...
NAME | DESCRIPTION |
---|---|
event_id | The ID of the event (Match or Outright) |
product_id | The ID of the product (In this case ID 5 4 for MotorsportsBasketball Player Odds) |
timestamp | The time of when the message was created (UTC) |
market id | The ID of the market |
player id | The ID of the player |
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) |
...
XML Examples
Match ResultsPlayer Bet Settlements
Code Block |
---|
<?xml version='1.0' encoding='utf-8'?> <bet<player_bet_settlement event_id="match:131718" product="4" timestamp="1659433219446"> <results> <market id="2000"> <player player_id="159665" spread="20.5" eventoutcome_id="match:1317186" timestampresult="16727445451"/> <results> <market<player player_id="3159665" spread="1820.5" outcome_id="7" result="0"/> <outcome <player player_id="159665" spread="19.5" outcome_id="6" result="1"/> <outcome <player player_id="159665" spread="19.5" outcome_id="7" result="0"/> </market> </results> </bet_settlement> |
Outright Results
Code Block |
---|
<?xml version='1.0' encoding='utf-8'?> <bet_settlement product_id="5" event_id="outright:131728" timestamp="1672745540"> <results> <market id="101"> <outcome id="40000000 <player player_id="159666" spread="20.5" outcome_id="6" result="0" void_factor="1.0"/> <player player_id="159666" spread="20.5" outcome_id="7" result="0" void_factor="1.0"/> <market/> <market id="2001"> <player player_id="159665" spread="20.5" outcome_id="6" result="1"/> <player player_id="159665" spread="20.5" outcome_id="7" result="0"/> <outcome <player player_id="159665" spread="19.5" outcome_id="400000016" result="1"/> <outcome <player player_id="159665" spread="19.5" outcome_id="7" result="0"/> <player player_id="159666" spread="20.5" outcome_id="400000046" result="0" void_factor="1.0"/> <outcome <player player_id="159666" spread="20.5" outcome_id="400000027" result="0" void_factor="1.0"/> <<market/market>> </results> </odds_change><results> <player_bet_settlement/> |