Versions Compared

Key

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

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<fixtures_fixture product_id="5" timestamp="1695889437000">
	<fixture event_id="match:131719" expiry_date="220232023-10-03T13:00:00+00:00" scheduled_date="2023-10-05T13:00:00+00:00">
		<sport id="10040" name="Formula 1"/>
		<category id="20" name="Brazil"/>
		<tournament id="19" name="Classified/Not Classified"/>
		<competitors>
			<competitor id="40000000" name="Verstappen, Max"/>
		</competitors>
	</fixture>
</fixtures_fixture>

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<fixtures_fixture product_id="5" timestamp="1695889437000">
	<fixture event_id="outright:131728" name="Group 1 Winner" expiry_date="2023-0110-05T1103T13:00:00+00:00.000Z" scheduled_date="2023-0110-08T1105T13:00:00+00:00.000Z">
		<sport id="10040" name="Formula 1"/>
		<category id="20" name="Brazil"/>
		<tournament id="17" name="Group 1 Winner"/>
		<market id="101" name="Short Term Winner">
		 	<outcomes>
				<outcome id="40000000" name="Verstappen, Max"/>
				<outcome id="40000001" name="Leclerc, Charles"/>
				<outcome id="40000002" name="Perez, Sergio"/>
				<outcome id="40000004" name="Sainz Jr, Carlos"/>
			</outcomes>
		</market>
	</fixture>
</fixtures_fixture>

...