Outright League Market

Modified on Mon, 21 Feb 2022 at 03:41 PM

The following format will be sent for outright league market

XML

    <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>

Json

{
   "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

ElementData TypeDescription
Market.IdintThe unique ID of the market
Market.NamestringThe name of the market
Competition.IdintThe unique ID of the competition
Participnat.IdintThe unique ID of the participant

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article