Table of Contents

Interface ICashOutProbabilities<T>

Namespace
Sportradar.OddsFeed.SDK.Entities
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by cash-out probability messages

public interface ICashOutProbabilities<out T> : IMarketMessage<IMarketWithProbabilities, T>, IEventMessage<T>, IMessage where T : ISportEvent

Type Parameters

T

A ISportEvent derived type specifying the type of the associated sport event

Inherited Members

Properties

BetStopReason

Gets the INamedValue specifying the reason for betting being stopped, or a null reference if the reason is not known

INamedValue BetStopReason { get; }

Property Value

INamedValue

The bet stop reason.

BettingStatus

Gets a INamedValue indicating the odds change was triggered by a possible event

INamedValue BettingStatus { get; }

Property Value

INamedValue