Versions Compared

Key

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

...

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

player id

The ID of the player

market spreadThe spread of the market (Not Always specifiers

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

outcome id

The ID of the outcome

result

The result of the outcome

void

The type of void of the outcome (Not always available)

...

Code Block
<?xml version='1.0' encoding='utf-8'?>
<player_bet_settlement event_id="match:131718" product="4" timestamp="1695889437000">
	<results>
		<market id="2000">
			<player player_id="159665" specifiers="spread="20.5" outcome_id="6" result="1"/>
			<player player_id="159665" specifiers="spread="20.5" outcome_id="7" result="0"/>
			<player player_id="159665" specifiers="spread="19.5" outcome_id="6" result="1"/>
			<player player_id="159665" specifiers="spread="19.5" outcome_id="7" result="0"/>
			<player player_id="159666" specifiers="spread="20.5" outcome_id="6" result="0" void_factor="1.0"/>
			<player player_id="159666" specifiers="spread="20.5" outcome_id="7" result="0" void_factor="1.0"/>
		<market/>
		<market id="2001">
			<player player_id="159665" specifiers="spread="20.5" outcome_id="6" result="1"/>
			<player player_id="159665" specifiers="spread="20.5" outcome_id="7" result="0"/>
			<player player_id="159665" specifiers="spread="19.5" outcome_id="6" result="1"/>
			<player player_id="159665" specifiers="spread="19.5" outcome_id="7" result="0"/>
			<player player_id="159666" specifiers="spread="20.5" outcome_id="6" result="0" void_factor="1.0"/>
			<player player_id="159666" specifiers="spread="20.5" outcome_id="7" result="0" void_factor="1.0"/>
		<market/>
	<results>
<player_bet_settlement/>

...