Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

A rollback_bet_settlement message is sent when a previous bet settlement needs to be rolled back/undone and following it you will receive a new bet_settlement message with the new settlements. This message includes the following attributes:

 

XML Attributes

NAME

DESCRIPTION

event_id

The ID of the event

product_id

The ID of the product

timestamp

The date & time of when the message was created (UTC)

market id

The ID of the market

market specifiers

A | separated list of key=value-pairs. These are further specifiers for the market such as Spread. (Not always available)

 

XML Examples

Rollback Bet Settlements

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rollback_bet_settlement product_id="1" event_id="match:131718" timestamp="1695889437000">
	<settlements>
		<market id="1" specifiers="spread=18.5"/>
		<market id="1" specifiers="spread=19.5"/>
		<market id="2" specifiers="spread=19.5"/>
		<market id="2"/>
	</settlements>
</rollback_bet_settlement>

  • No labels