The markets element is an array of Market elements. Every Market holds data regarding lines and bets.
XML
<Markets> <Market Id="2" Name="Under/Over" MainLine="3.5"> <Bets> <Bet Id="14576566594209218" Name="Over" Line="3.5" BaseLine="3.5" Status="1" StartPrice="1.0" Price="1.844" ProviderBetId="0" LastUpdate="2018-12-23T12:26:49.537Z" PriceUS="-118" PriceHK="0.844" /> <Bet Id="17752677724209218" Name="Over" Line="4.5" BaseLine="4.5" Status="1" StartPrice="1.0" Price="3.563" ProviderBetId="0" LastUpdate="2018-12-23T12:26:49.537Z" PriceUS="256" PriceHK="2.563" /> <Bet Id="16341052714209218" Name="Over" Line="5.5" BaseLine="5.5" Status="1" StartPrice="1.0" Price="7.482" ProviderBetId="0" LastUpdate="2018-12-23T12:26:49.537Z" PriceUS="648" PriceHK="6.482" /> <Bet Id="20966252704209218" Name="Under" Line="2.5" BaseLine="2.5" Status="1" StartPrice="1.0" Price="4.585" ProviderBetId="0" LastUpdate="2018-12-23T12:26:49.537Z" PriceUS="359" PriceHK="3.585" /> <Bet Id="2494839224209218" Name="Over" Line="3.75" BaseLine="3.75" Status="1" StartPrice="1.0" Price="2.138" ProviderBetId="0" LastUpdate="2018-12-23T12:26:49.537Z" PriceUS="114" PriceHK="1.138" /> <Bet Id="20966252374209218" Name="Under" Line="3.5" BaseLine="3.5" Status="1" StartPrice="1.0" Price="1.918" ProviderBetId="0" LastUpdate="2018-12-23T12:26:49.537Z" PriceUS="-109" PriceHK="0.918" /> <Bet Id="20575927744209218" Name="Over" Line="6.5" BaseLine="6.5" Status="1" StartPrice="1.0" Price="13.0" ProviderBetId="0" LastUpdate="2018-12-23T12:26:49.537Z" PriceUS="1200" PriceHK="12" /> <Bet Id="3306500694209218" Name="Under" Line="3.25" BaseLine="3.25" Status="1" StartPrice="1.0" Price="2.269" ProviderBetId="0" LastUpdate="2018-12-23T12:26:49.537Z" PriceUS="127" PriceHK="1.269" /> </Bets> </Market> </Markets>
Json
{ "Markets": { "Market": { "Bets": { "Bet": [ { "Id": "14576566594209218", "Name": "Over", "Line": "3.5", "BaseLine": "3.5", "Status": "1", "StartPrice": "1.0", "Price": "1.844", "ProviderBetId": "0", "LastUpdate": "2018-12-23T12:26:49.537Z", "PriceUS": "-118", "PriceHK": "0.844" }, { "Id": "17752677724209218", "Name": "Over", "Line": "4.5", "BaseLine": "4.5", "Status": "1", "StartPrice": "1.0", "Price": "3.563", "ProviderBetId": "0", "LastUpdate": "2018-12-23T12:26:49.537Z", "PriceUS": "256", "PriceHK": "2.563" }, { "Id": "16341052714209218", "Name": "Over", "Line": "5.5", "BaseLine": "5.5", "Status": "1", "StartPrice": "1.0", "Price": "7.482", "ProviderBetId": "0", "LastUpdate": "2018-12-23T12:26:49.537Z", "PriceUS": "648", "PriceHK": "6.482" }, { "Id": "20966252704209218", "Name": "Under", "Line": "2.5", "BaseLine": "2.5", "Status": "1", "StartPrice": "1.0", "Price": "4.585", "ProviderBetId": "0", "LastUpdate": "2018-12-23T12:26:49.537Z", "PriceUS": "359", "PriceHK": "3.585" }, { "Id": "2494839224209218", "Name": "Over", "Line": "3.75", "BaseLine": "3.75", "Status": "1", "StartPrice": "1.0", "Price": "2.138", "ProviderBetId": "0", "LastUpdate": "2018-12-23T12:26:49.537Z", "PriceUS": "114", "PriceHK": "1.138" }, { "Id": "20966252374209218", "Name": "Under", "Line": "3.5", "BaseLine": "3.5", "Status": "1", "StartPrice": "1.0", "Price": "1.918", "ProviderBetId": "0", "LastUpdate": "2018-12-23T12:26:49.537Z", "PriceUS": "-109", "PriceHK": "0.918" }, { "Id": "20575927744209218", "Name": "Over", "Line": "6.5", "BaseLine": "6.5", "Status": "1", "StartPrice": "1.0", "Price": "13.0", "ProviderBetId": "0", "LastUpdate": "2018-12-23T12:26:49.537Z", "PriceUS": "1200", "PriceHK": "12" }, { "Id": "3306500694209218", "Name": "Under", "Line": "3.25", "BaseLine": "3.25", "Status": "1", "StartPrice": "1.0", "Price": "2.269", "ProviderBetId": "0", "LastUpdate": "2018-12-23T12:26:49.537Z", "PriceUS": "127", "PriceHK": "1.269" } ] }, "Id": "2", "Name": "Under/Over", "MainLine": "3.5" } } }
Model
Element | Data Type | Description |
---|---|---|
Market.Id | int | The unique ID of the market |
Market.Name | string | The name of the market |
Market.MainLine | string | The main line of the market (if there is one) |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article