A player_bet_settlement message is sent when a new result in a the player settlements for a fixture is published. This message includes the following attributes:
XML Attributes
NAME | DESCRIPTION |
---|---|
event_id | The ID of the event (Match or Outright) |
product_id | The ID of the product (In this case ID 5 for Motorsports) |
timestamp | The time of when the message was created |
market id | The ID of the market |
market spread | The spread of the market (Only available when the market contains a spread value) |
outcome id | The ID of the outcome |
result | The result of the outcome |
void | The type of void of the outcome (Only available when the outcome should be voided) |
Result IDs
ID | Void | DESCRIPTION |
---|---|---|
0 | This indicates that the outcome is Lost | |
1 | This idicates that the outcome is Won | |
0 | 1 | This indicates that the outcome should be Voided |
To resend the results in the queue you can use the following POST API.
XML Examples
Match Results
...