...
id - indicating the id of the market (name can be taken from the the api call /get_all_markets_per_sport)
sbv - the special bet value which indicates the spread of the market. (Not all markets contain the sbv)
status - this indicates if the market should be active or not. ‘1' if market is in active and '0’ if market is inactive.
...
Code Block | ||
---|---|---|
| ||
<odds_change event_id="outright:94253" event_datestart="20212020-0209-12T0912T00:1500:00+0000" event_end_date="2021-02-15T1516T01:1035:0009+0000" event_id="outright:108360" event_startend_date="2021-0205-15T1024T00:00:00+0000" product="3" status="1" timestamp="16130548526771613479235841"> <odds> <market id="4030"> <outcome active="1" id="350158" odd="1.01"/> <outcome active="1" id="4976317" odd="2.35"/> <outcome active="1" id="86984" odd="3.65.02"/> <outcome active="1" id="8698635" odd="834.50"/> <outcome active="1" id="4569131" odd="961.0"/> <outcome active="1" id="3313744" odd="1081.0"/> <outcome active="1" id="3281738" odd="17101.0"/> <outcome active="1" id="40201533" odd="25451.0"/> <outcome active="1" id="24350448" odd="25501.0"/> <outcome active="1" id="14530037" odd="25501.0"/> <outcome active="1" id="31123640" odd="25501.0"/> <outcome active="1" id="3954342" odd="611001.0"/> <outcome active="1" id="2849045" odd="814001.0"/> <outcome active="1" id="6219643" odd="814001.0"/> <outcome active="1" id="3891239" odd="814001.0"/> <outcome active="01" id="2390048" odd="1014001.0"/> <outcome active="0" id="28520" odd="101.0"/> <outcome active="1" id="2375686" odd="1014001.0"/> <outcome active="1" id="23900234" odd="1014001.0"/> <outcome active="0" id="403363" odd="126.0"/> <outcome active="0" id="86086" odd="126.0"/> <outcome active="1" id="620387" odd="1514001.0"/> <outcome active="1" id="4070915" odd="2014001.0"/> <outcome active="1" id="1351143" odd="2014001.0"/> <outcome active="1" id="92254" odd="201.0"/> <outcome active="1" id="54783130" odd="2014001.0"/> </market> </odds> </odds_change> |
Attributes of odds_change tags are:
event_id that represent - this represents the ID of event the outright for which the odds are for.product representing
event_start - this indicates when the outright started
event_date - this indicates when the outright should removed from the website due to events being placed
event_end_date - this indicates when the outright has ended and should be resulted
product - this represents the type of feed that the message belongs to.
Product ID | Product Description | Product Status |
---|---|---|
3 | Pre-match | Available |
1 | Live odds | Not available |
status - this indicates if the outright should be active or not. ‘1' if outright is in active and '0’ if outright is inactive.event_date , event_end_date and event_start of outright.
Inside main tag there is the odds tag containing odds data per market.
...