Outright League Market
The following format will be sent for outright league market
<Header>
<Type>40</Type>
<MsgGuid>01017c9c-beb3-47d0-9f8e-110c22dab96e</MsgGuid>
<ServerTimestamp>1575369435847</ServerTimestamp>
</Header>
<Body>
<Competition Id="1" Name="League" Type="3">
<Competitions>
<Competition Id="2" Name="Season" Type="1">
<Events>
<Event FixtureId="5001151">
<Markets>
<Market Id="160" Name="Outright Winner">
<Bets>
<Bet Id="1526487835001151" Name="Boston United" Status="2" StartPrice="1.0" Price="35.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="14921" />
<Bet Id="9855082825001151" Name="Gateshead Fc" Status="2" StartPrice="1.0" Price="58.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="173955" />
<Bet Id="3086359045001151" Name="Brackley Town" Status="2" StartPrice="1.0" Price="18.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="191097" />
<Bet Id="59317895001151" Name="Hereford United" Status="2" StartPrice="1.0" Price="131.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="85214" />
<Bet Id="9146688705001151" Name="Chester Fc" Status="2" StartPrice="1.0" Price="6.9" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="15468" />
<Bet Id="20421503435001151" Name="Darlington 1883" Status="2" StartPrice="1.0" Price="217.0" ProviderBetId="8" LastUpdate="2019-12-02T09:00:00.913Z" ParticipantId="1026" />
</Bets>
</Market>
</Markets>
</Event>
</Events>
</Competition>
</Competitions>
</Competition>
{
"Message": {
"Header": {
"Type": "40",
"MsgGuid": "01017c9c-beb3-47d0-9f8e-110c22dab96e",
"ServerTimestamp": "1575369435847"
},
"Body": {
"Competition": {
"Competitions": {
"Competition": {
"Events": {
"Event": {
"Markets": {
"Market": {
"Bets": {
"Bet": [
{
"Id": "1526487835001151",
"Name": "Boston United",
"Status": "2",
"StartPrice": "1.0",
"Price": "35.0",
"ProviderBetId": "8",
"LastUpdate": "2019-12-02T09:00:00.913Z",
"ParticipantId": "14921"
},
{
"Id": "9855082825001151",
"Name": "Gateshead Fc",
"Status": "2",
"StartPrice": "1.0",
"Price": "58.0",
"ProviderBetId": "8",
"LastUpdate": "2019-12-02T09:00:00.913Z",
"ParticipantId": "173955"
},
{
"Id": "3086359045001151",
"Name": "Brackley Town",
"Status": "2",
"StartPrice": "1.0",
"Price": "18.0",
"ProviderBetId": "8",
"LastUpdate": "2019-12-02T09:00:00.913Z",
"ParticipantId": "191097"
},
{
"Id": "59317895001151",
"Name": "Hereford United",
"Status": "2",
"StartPrice": "1.0",
"Price": "131.0",
"ProviderBetId": "8",
"LastUpdate": "2019-12-02T09:00:00.913Z",
"ParticipantId": "85214"
},
{
"Id": "9146688705001151",
"Name": "Chester Fc",
"Status": "2",
"StartPrice": "1.0",
"Price": "6.9",
"ProviderBetId": "8",
"LastUpdate": "2019-12-02T09:00:00.913Z",
"ParticipantId": "15468"
},
{
"Id": "20421503435001151",
"Name": "Darlington 1883",
"Status": "2",
"StartPrice": "1.0",
"Price": "217.0",
"ProviderBetId": "8",
"LastUpdate": "2019-12-02T09:00:00.913Z",
"ParticipantId": "1026"
}
]
},
"Id": "160",
"Name": "Outright Winner"
}
},
"FixtureId": "5001151"
}
},
"Id": "2",
"Name": "Season",
"Type": "1"
}
},
"Id": "1",
"Name": "League",
"Type": "3"
}
}
}
}
Model
Element
Data Type
Description
Market.Id
int
The unique ID of the market
Market.Name
string
The name of the market
Competition.Id
int
The unique ID of the competition
Participnat.Id
int
The unique ID of the participant
Last updated