Click or drag to resize

IBet Interface

Defines a contract for a ticket bet

Namespace: Sportradar.MTS.SDK.Entities.Interfaces
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

The IBet type exposes the following members.

Properties
 NameDescription
Public propertyBonus Gets the bonus of the bet (optional, default null)
Public propertyCalculationOdds Gets the odds calculated for custom bet multiplied by 10_000 and rounded to int value
Public propertyCustomBet Gets the flag if bet is a custom bet (optional, default false)
Public propertyEntireStake Gets the entire stake of the bet
Public propertyFreeStake Gets the free stkae of the bet (optional, default null)
Public propertyId Gets the id of the bet
Public propertyReofferRefId Gets the reoffer reference bet id
Public propertySelectedSystems Gets array of all the systems (optional, if missing then complete accumulator is used)
Public propertySelections Gets the array of selections which form the bet
Public propertyStake Gets the stake of the bet
Public propertySumOfWins Gets the sum of all wins for all generated combinations for this bet (in ticket currency, used in validation)
Top
See Also