Versions Compared

Key

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

...

Code Block
<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" spread="5.5">
			<outcome id="1228" name="12 + Under"/>
			<outcome id="1230" name="1X + Under/>
			<outcome id="1232" name="X2 + Under"/>
		</market>
		<market id="7012" spread="6.5">
			<outcome  id="7" name="Under"/>
		</market>
		<market id="7012" spread="7.5">
			<outcome id="7" name="Under"/>
		</market>
		<market id="7012" spread="8.5">
			<outcome id="7" name="Under"/>
		</market>
	</outcomes>
</bet_settlement>

Attributes of bet_settlement tag are event_id, product , certainty and timestamp.

Tag event_id represent represents ID of event for which the odds results are for.

Tag product representing represents type of feed that message belongs.

Product ID

Product Description

Product Status

3

Pre-match

Available

1

Live odds

Not available

...

Inside main tag there is the outcomes tag containing bet result data per market.

...