Click or drag to resize

IBetBuilder Interface

Defines a contract for classes implementing builder for IBet

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

The IBetBuilder type exposes the following members.

Properties
 NameDescription
Public propertyGetSelectedSystems Gets the array of selected systems
Top
Methods
 NameDescription
Public methodAddSelectedSystem Add system to SelectedSystems
Public methodAddSelection Adds the selection
Public methodBuild Builds the IBet
Public methodGetSelections Gets the selections
Public methodSetBetBonus Sets the IBetBonus
Public methodSetBetId Sets the bet id
Public methodSetCalculationOdds Sets the odds calculated for custom bet multiplied by 10_000 and rounded to int value
Public methodSetCustomBet Sets the flag if bet is a custom bet (optional, default false)
Public methodSetEntireStake(Int64) Sets the IStake
Public methodSetEntireStake(Int64, StakeType) Sets the IStake
Public methodSetFreeStake Sets the IFreeStake
Public methodSetReofferRefId Sets the reoffer reference bet id
Public methodSetStake(Int64) Sets the IStake
Public methodSetStake(Int64, StakeType) Sets the IStake
Public methodSetSumOfWins Sets the sum of all wins for all generated combinations for this bet (in ticket currency, used for validation)
Top
See Also