Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Bet results for a match are sent in bet_settlement tag and are in the following format:

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bet_settlement certainty="1" event_id="match:24593892" product="3" timestamp="1606302182458">
	<outcomes>
		<market id="382">
			<outcome id="1" name="1"/>
		</market>
		<market id="7064" sbvspread="5.5">
			<outcome id="1228" name="12 + Under"/>
			<outcome id="1230" name="1X + Under/>
			<outcome id="1232" name="X2 + Under"/>
		</market>
		<market id="7012" sbvspread="6.5">
			<outcome  id="7" name="Under"/>
		</market>
		<market id="7012" sbvspread="7.5">
			<outcome id="7" name="Under"/>
		</market>
		<market id="7012" sbvspread="8.5">
			<outcome id="7" name="Under"/>
		</market>
	</outcomes>
</bet_settlement>

...

  1. id - indicating the id of the market

  2. sbv spread - the special bet value which indicates the spread of the market. (Not all markets contain the sbv)

...