Bet Stop
An bet_stop message is sent when the odds need to be instantly suspended (continue to display odds, but don’t accept bets). This message includes the following attributes:
Â
XML Attributes
NAME | DESCRIPTION |
---|---|
product_id | The ID of the product |
event_id | The ID of the event (Match or Outright) |
timestamp | The date & time of when the message was created (UTC) |
Â
Â
XML Examples
Bet Stop
<?xml version='1.0' encoding='utf-8'?>
<bet_stop product_id="2" event_id="match:131718" timestamp="1695889437000"/>
Â
Â