Versions Compared

Key

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

...

Code Block
<?xml version='1.0' encoding='utf-8'?>
<player_odds_change event_id="match:131728" product="14" status="1" timestamp="1695889437000">
	<competitor id="7">
		<player id="1984029" status="1">
			<odds>
                <market id="2000" status="1" spread="45.5">
					<outcome id="6" status="1" odd="1.8"/>
					<outcome id="7" status="1" odd="1.9"/>		
				</market>
				<market id="2001" status="1" spread="37.5">
					<outcome id="6" status="1" odd="1.8"/>
					<outcome id="7" status="1" odd="1.8"/>		
				</market>
			</odds>
		</player>
		<player id="1984030" status="1">
			<odds>
				<market id="2000" status="1" spread="45.5">
					<outcome id="6" status="1" odd="1.8"/>
					<outcome id="7" status="1" odd="1.9"/>		
				</market>
			</odds>
		</player>
	</competitor>
	<competitor id="25">
		<player id="1984032" status="1">
			<odds>
              <market id="2000" status="1" spread="45.5">
					<outcome id="6" status="1" odd="1.8"/>
					<outcome id="7" status="1" odd="1.9"/>		
				</market>
			</odds>
		</player>
		<player id="1984033" status="1">
			<odds>
				<market id="2000" status="1" spread="45.5">
					<outcome id="6" status="1" odd="1.8"/>
					<outcome id="7" status="1" odd="1.9"/>		
				</market>
			</odds>
		</player>
	</competitor>
</player_odds_change>

...

Code Block
<?xml version='1.0' encoding='utf-8'?>
<player_odds_change product_id="14" event_id="match:131728" status="0" timestamp="1695889437000"/>

...

Code Block
<?xml version='1.0' encoding='utf-8'?>
<player_odds_change event_id="match:131728" product="14" status="1" timestamp="1659433219446">
	<competitor id="7">
		<player id="1984031" status="0"/>
	</competitor>
	<competitor id="25">
		<player id="1984034" status="0"/>
	</competitor>
</player_odds_change>

...

Code Block
<?xml version='1.0' encoding='utf-8'?>
<player_odds_change event_id="match:131728" product="14" status="1" timestamp="1695889437000">
	<competitor id="7">
		<player id="1984030" status="1">
			<odds>
				<market id="2001" status="0" spread="37.5"/>
			</odds>
		</player>
		<player id="1984031" status="0"/>
	</competitor>
	<competitor id="25">
		<player id="1984033" status="1">
			<odds>
				<market id="2001" status="0" spread="37.5"/>
			</odds>
		</player>
	</competitor>
</player_odds_change>

...