Settlements
Settlement is a message that indicates a settlement of a specific bet/bets, what differs settlement messages from ordinary market messages are the Bet Status (3) and the "Settlement" property - Settlement Options.
Model
Element | Data Type | Description |
FixtureId | int | The unique ID of the market |
Market.Id | int | The unique ID of the market |
Market.Name | string | The name of the market |
Market.MainLine | string | The main line of the market (if there is one) |
Id | int | The uniqueness of the bet id is for a specific market under a specific fixture |
Name | string | The name of the bet |
Line | string | The line of the bet |
BaseLine | string | The baseline helps you group all bets that belong together. In the example above – all bets with the same baseline (0:2) belong together |
enum | The status of the bet | |
StartPrice | double | The initial price of the bet, when it was first introduced |
Price | double | The price (odd) of the bet |
enum | Represents how the bet was settled (resulted) | |
ProviderBetId | string | OPTIONAL: The bet ID, as shown by the provider |
LastUpdate | DateTime | Timestamp representing the time the bet was last updated |
ParticipantId | int | OPTIONAL: Reference ID to the participant in the fixture
|
Probability | double | OPTIONAL: The Probability field is configurable per customer request. Probability won't be calculated and will be sent with value= "-1" in the following cases:
If the probability ="-1", customers should not calculate the cash-out amount for the bets under this market (or line in case of a market with lines) |
PlayerName | string | OPTIONAL: Appears only in player props markets, which are markets where the player's names are the bets. |
SuspensionReason | int | |
PriceUS | string | OPTIONAL: The PriceUS field is configurable per customer request. The price (odd) of the bet in American odds format |
PriceHK | string | OPTIONAL: The PriceHK field is configurable per customer request. The price (odd) of the bet in Hong Kong odds format |
Last updated