PreMatch Snapshot

Modified on Wed, 28 Dec 2022 at 01:01 PM

When subscribing to the RMQ service and connecting to our queue, you will only receive updates. In order to receive the full snapshot for all of the events, results and markets that you have ordered, you need to request a snapshot.

Note: It is only necessary to request the snapshot on startup, afterwards you will receive all new entries and updates via RMQ

You can request a snapshot from our API service via the following URL:

Method - POST
URL - https://stm-snapshot.lsports.eu/PreMatch/{Any of the actions below}

Requests limitations

  1. Full request with no filter is possible once every 15 seconds.
  2. Filtered requests are allowed 1 per second.
  3. Fixture snapshot will be unavailable if it's ended over then 24 hours from your request
Snapshot API is limited to 1 call per second - for ANY type of call altogether.

Body Scheme

{
    "PackageId": YourPackageId,
    "UserName": "YourUserName",
    "Password": "YourPassword"
}

Action breakdown

ActionDescription
GetEventsThe user will receive all the fixture's data such as markets, livescore and metadata
GetFixtureMarketsUsed to receive a snapshot of the currently available markets for the fixtures that you've ordered, according to your package configuration
GetFixturesThe user will receive the fixture's metadata (similar to the fixture message)
GetScoresUsed to receive a snapshot of the currently available livescores for the fixtures that you've ordered, according to your package configuration
GetOutrightEventsUsed to receive a snapshot of the currently available Outright events that you've ordered, according to your package configuration Available only for Outright Sports
GetOutrightFixtureUsed to receive a snapshot of the currently available Outright fixtures that you've ordered, according to your package configuration Available only for Outright Sports
GetOutrightLeaguesUsed to receive a snapshot of the currently available Outright Leagues fixtures that you've ordered, according to your package configuration Available for all sports other than the following sports: Horse racing, Trotting, and GrayHounds
GetOutrightLeagueMarketsUsed to receive a snapshot of the currently available markets for the outright leagues that you've ordered, according to your package configuration
GetOutrightFixtureMarkets
Used to receive a snapshot of the currently available markets for the outright fixtures that you've ordered, according to your package configuration (Fixtures from the following sports: Horse racing, Trotting, and GrayHounds)
GetOutrightScoresUsed to receive a snapshot of the available Score message for the outright fixtures that you've ordered, according to your package configuration

Parameter breakdown

ParameterDescriptionMandatory Field
UsernameUsername as it appears in the package
PasswordPassword as it appears the package
PackageIdPackageId as provided by LSports
TimestampThe response will contain content that was updated after given Unix timestamp (relevant only for GetFixtureMarkets request)X
FromDateThe response will contain events that start after a given Unix timestampX
ToDateThe response will contain events that start before the given Unix timestampX
SportsComma-separated list of sport IDs
Default value: All sports in the package
X
LocationsComma-separated list of location IDs
Default value: All locations in the package
X
LeaguesComma-separated list of league IDs
Default value: All leagues in the package
X
TournamentsComma-separated list of Competition IDs
Default value: All leagues in the package
*Outrights Only
X
FixturesComma-separated list of fixture IDs
Default value: All fixtures in the package
X
MarketsComma-separated list of market IDs
Default value: All markets in the package
X

XML Response

<Feed>
  <Header>
    <Type>36</Type>
    <MsgGuid>2af29caf-eca2-4746-aad3-5d729acf550e</MsgGuid>
    <ServerTimestamp>1625665335462</ServerTimestamp>
  </Header>
  <Body>
    <Events>
      <Event FixtureId="7167393">
        <Fixture LastUpdate="2021-07-06T21:57:13.925Z">
          <Sport Id="6046" Name="Football" />
          <Location Id="248" Name="International" />
          <League Id="38745" Name="Euro 2020" />
          <StartDate>2021-07-06T19:00:00.000Z</StartDate>
          <Status>3</Status>
          <Participants>
            <Participant Id="10322" Name="Italy" Position="1" />
            <Participant Id="4577" Name="Spain" Position="2" />
          </Participants>
          <FixtureExtraData>
            <Data Name="WithInPlay">true</Data>
            <Data Name="RotationNumbers">159002,159001</Data>
            <Data Name="WithLivescore">true</Data>
          </FixtureExtraData>
          <Subscription>
            <Type>2</Type>
            <Status>1</Status>
          </Subscription>
        </Fixture>
        <Livescore>
          <Scoreboard Status="3" CurrentPeriod="102" Time="7200">
            <Score Position="1">2</Score>
            <Score Position="2">1</Score>
          </Scoreboard>
          <Periods>
            <Period Type="35" IsFinished="true" IsConfirmed="true">
              <Score Position="1">0</Score>
              <Score Position="2">0</Score>
            </Period>
            <Period Type="100" IsFinished="true" IsConfirmed="true">
              <Score Position="1">1</Score>
              <Score Position="2">1</Score>
            </Period>
            <Period Type="101" IsFinished="true" IsConfirmed="true">
              <Score Position="1">1</Score>
              <Score Position="2">1</Score>
            </Period>
            <Period Type="102" IsFinished="true" IsConfirmed="true">
              <Score Position="1">2</Score>
              <Score Position="2">1</Score>
            </Period>
            <Period Type="10" IsFinished="true" IsConfirmed="true">
              <Score Position="1">0</Score>
              <Score Position="2">0</Score>
            </Period>
            <Period Type="50" IsFinished="true" IsConfirmed="true">
              <Score Position="1">4</Score>
              <Score Position="2">2</Score>
            </Period>
            <Period Type="20" IsFinished="true" IsConfirmed="true">
              <Score Position="1">1</Score>
              <Score Position="2">1</Score>
              <Incidents>
                <Incident Period="20" IncidentType="27" Seconds="4740" ParticipantPosition="2" PlayerId="282764" PlayerName="Morata A.">
                  <Score Position="1">1</Score>
                  <Score Position="2">1</Score>
                </Incident>
              </Incidents>
            </Period>
            <Period Type="30" IsFinished="true" IsConfirmed="true">
              <Score Position="1">0</Score>
              <Score Position="2">0</Score>
            </Period>
          </Periods>
          <Statistics>
            <Statistic Type="1">
              <Value Position="1">0</Value>
              <Value Position="2">0</Value>
            </Statistic>
            <Statistic Type="68">
              <Value Position="1">5</Value>
              <Value Position="2">7</Value>
            </Statistic>
            <Statistic Type="6">
              <Value Position="1">0</Value>
              <Value Position="2">0</Value>
            </Statistic>
            <Statistic Type="7">
              <Value Position="1">0</Value>
              <Value Position="2">0</Value>
            </Statistic>
            <Statistic Type="8">
              <Value Position="1">0</Value>
              <Value Position="2">0</Value>
            </Statistic>
            <Statistic Type="40">
              <Value Position="1">1</Value>
              <Value Position="2">2</Value>
            </Statistic>
            <Statistic Type="10">
              <Value Position="1">0</Value>
              <Value Position="2">0</Value>
              <Incidents>
                <Incident Period="20" IncidentType="10" Seconds="3660" ParticipantPosition="1" PlayerName="Berardi D. / Immobile C.">
                  <Score Position="1">1</Score>
                  <Score Position="2">0</Score>
                </Incident>
                <Incident Period="20" IncidentType="10" Seconds="3720" ParticipantPosition="2" PlayerName="Morata A. / Torres F.">
                  <Score Position="1">1</Score>
                  <Score Position="2">1</Score>
                </Incident>
                <Incident Period="20" IncidentType="10" Seconds="4200" ParticipantPosition="2" PlayerName="Moreno G. / Oyarzabal M.">
                  <Score Position="1">1</Score>
                  <Score Position="2">2</Score>
                </Incident>
                <Incident Period="20" IncidentType="10" Seconds="4200" ParticipantPosition="2" PlayerName="Rodri / Koke">
                  <Score Position="1">1</Score>
                  <Score Position="2">3</Score>
                </Incident>
                <Incident Period="20" IncidentType="10" Seconds="4440" ParticipantPosition="1" PlayerName="Toloi R. / Emerson">
                  <Score Position="1">3</Score>
                  <Score Position="2">3</Score>
                </Incident>
                <Incident Period="20" IncidentType="10" Seconds="4440" ParticipantPosition="1" PlayerName="Pessina M. / Verratti M.">
                  <Score Position="1">2</Score>
                  <Score Position="2">3</Score>
                </Incident>
                <Incident Period="20" IncidentType="10" Seconds="5100" ParticipantPosition="1" PlayerName="Locatelli M. / Barella N.">
                  <Score Position="1">4</Score>
                  <Score Position="2">3</Score>
                </Incident>
                <Incident Period="20" IncidentType="10" Seconds="5100" ParticipantPosition="1" PlayerName="Belotti A. / Insigne L.">
                  <Score Position="1">5</Score>
                  <Score Position="2">3</Score>
                </Incident>
                <Incident Period="20" IncidentType="10" Seconds="5100" ParticipantPosition="2" PlayerName="Llorente M. / Azpilicueta C.">
                  <Score Position="1">5</Score>
                  <Score Position="2">4</Score>
                </Incident>
                <Incident Period="35" IncidentType="10" Seconds="6360" ParticipantPosition="2" PlayerName="Alcantara T. / Busquets S.">
                  <Score Position="1">5</Score>
                  <Score Position="2">5</Score>
                </Incident>
                <Incident Period="35" IncidentType="10" Seconds="6420" ParticipantPosition="1" PlayerName="Bernardeschi F. / Chiesa F.">
                  <Score Position="1">6</Score>
                  <Score Position="2">5</Score>
                </Incident>
                <Incident Period="35" IncidentType="10" Seconds="6540" ParticipantPosition="2" PlayerName="Torres P. / Garcia E.">
                  <Score Position="1">6</Score>
                  <Score Position="2">6</Score>
                </Incident>
              </Incidents>
            </Statistic>
            <Statistic Type="12">
              <Value Position="1">2</Value>
              <Value Position="2">7</Value>
            </Statistic>
          </Statistics>
          <LivescoreExtraData>
            <Data Name="Turn">0</Data>
          </LivescoreExtraData>
        </Livescore>
        <Markets>
          <Market Id="1" Name="1X2">
            <Bets>
              <Bet Id="4101226597167393" Name="1" Status="3" StartPrice="1.0" Price="2.2725" Settlement="1" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="4101226567167393" Name="2" Status="3" StartPrice="1.0" Price="2.7724" Settlement="1" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="4101227467167393" Name="X" Status="3" StartPrice="1.0" Price="2.8633" Settlement="2" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
            </Bets>
          </Market>
          <Market Id="2" Name="Under/Over" MainLine="2.5">
            <Bets>
              <Bet Id="10130080457167393" Name="Under" Line="3.5" BaseLine="3.5" Status="3" StartPrice="1.0" Price="1.102" Settlement="2" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="10130080167167393" Name="Under" Line="0.5" BaseLine="0.5" Status="3" StartPrice="1.0" Price="6.6255" Settlement="1" ProviderBetId="0" LastUpdate="2021-07-06T20:17:47.222Z" />
              <Bet Id="10130081117167393" Name="Under" Line="1.5" BaseLine="1.5" Status="3" StartPrice="1.0" Price="2.4975" Settlement="1" ProviderBetId="0" LastUpdate="2021-07-06T20:38:07.524Z" />
              <Bet Id="19176371497167393" Name="Over" Line="5.5" BaseLine="5.5" Status="3" StartPrice="1.0" Price="20.9387" Settlement="1" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="10130082357167393" Name="Under" Line="5.5" BaseLine="5.5" Status="3" StartPrice="1.0" Price="1.02" Settlement="2" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="2667991787167393" Name="Over" Line="2.5" BaseLine="2.5" Status="3" StartPrice="1.0" Price="2.1946" Settlement="1" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="10130079507167393" Name="Under" Line="2.5" BaseLine="2.5" Status="3" StartPrice="1.0" Price="1.44" Settlement="2" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="9967567857167393" Name="Over" Line="1.5" BaseLine="1.5" Status="3" StartPrice="1.0" Price="1.334" Settlement="2" ProviderBetId="0" LastUpdate="2021-07-06T20:38:07.524Z" />
              <Bet Id="12790817877167393" Name="Over" Line="3.5" BaseLine="3.5" Status="3" StartPrice="1.0" Price="4.1212" Settlement="1" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="10130081407167393" Name="Under" Line="4.5" BaseLine="4.5" Status="3" StartPrice="1.0" Price="1.066" Settlement="2" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="20950051457167393" Name="Over" Line="7.5" BaseLine="7.5" Status="3" StartPrice="1.0" Price="151" Settlement="1" ProviderBetId="78" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="6540811867167393" Name="Over" Line="6.5" BaseLine="6.5" Status="3" StartPrice="1.0" Price="67" Settlement="1" ProviderBetId="78" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="3717561847167393" Name="Over" Line="4.5" BaseLine="4.5" Status="3" StartPrice="1.0" Price="9.0653" Settlement="1" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="5491241807167393" Name="Over" Line="0.5" BaseLine="0.5" Status="3" StartPrice="1.0" Price="1.001" Settlement="2" ProviderBetId="0" LastUpdate="2021-07-06T20:17:47.222Z" />
            </Bets>
          </Market>
          <Market Id="3" Name="Asian Handicap" MainLine="-0.25 (0-0)">
            <Bets>
              <Bet Id="13087233257167393" Name="2" Line="0.5 (0-0)" BaseLine="-0.5 (0-0)" Status="3" StartPrice="1.0" Price="1.653" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="2247586877167393" Name="1" Line="-0.25 (0-0)" BaseLine="-0.25 (0-0)" Status="3" StartPrice="1.0" Price="2.2011" Settlement="4" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="13453454347167393" Name="1" Line="0.5 (0-0)" BaseLine="0.5 (0-0)" Status="3" StartPrice="1.0" Price="1.458" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="6442358417167393" Name="1" Line="-0.5 (0-0)" BaseLine="-0.5 (0-0)" Status="3" StartPrice="1.0" Price="2.5323" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="13119622737167393" Name="2" Line="1.0 (0-0)" BaseLine="-1.0 (0-0)" Status="3" StartPrice="1.0" Price="1.299" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="13465334037167393" Name="1" Line="1.5 (0-0)" BaseLine="1.5 (0-0)" Status="3" StartPrice="1.0" Price="1.162" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="6788410587167393" Name="2" Line="-0.5 (0-0)" BaseLine="0.5 (0-0)" Status="3" StartPrice="1.0" Price="3.1818" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="20834357457167393" Name="1" Line="1.25 (0-0)" BaseLine="1.25 (0-0)" Status="3" StartPrice="1.0" Price="1.174" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="18388789897167393" Name="1" Line="-1.0 (0-0)" BaseLine="-1.0 (0-0)" Status="3" StartPrice="1.0" Price="4.3469" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="3715898677167393" Name="1" Line="-1.75 (0-0)" BaseLine="-1.75 (0-0)" Status="3" StartPrice="1.0" Price="7.3636" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="18734842067167393" Name="2" Line="-1.0 (0-0)" BaseLine="1.0 (0-0)" Status="3" StartPrice="1.0" Price="6.0439" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="4687465057167393" Name="2" Line="-0.75 (0-0)" BaseLine="0.75 (0-0)" Status="3" StartPrice="1.0" Price="3.9365" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="13453074557167393" Name="1" Line="0.0 (0-0)" BaseLine="0.0 (0-0)" Status="3" StartPrice="1.0" Price="1.81" Settlement="3" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="975591717167393" Name="2" Line="-1.25 (0-0)" BaseLine="1.25 (0-0)" Status="3" StartPrice="1.0" Price="6.7399" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="20455919727167393" Name="2" Line="0.75 (0-0)" BaseLine="-0.75 (0-0)" Status="3" StartPrice="1.0" Price="1.458" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="13668026587167393" Name="2" Line="-0.25 (0-0)" BaseLine="0.25 (0-0)" Status="3" StartPrice="1.0" Price="2.6667" Settlement="4" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="6732974667167393" Name="1" Line="-0.75 (0-0)" BaseLine="-0.75 (0-0)" Status="3" StartPrice="1.0" Price="3.1818" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="13464236787167393" Name="1" Line="1.0 (0-0)" BaseLine="1.0 (0-0)" Status="3" StartPrice="1.0" Price="1.198" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="12396031427167393" Name="1" Line="-1.25 (0-0)" BaseLine="-1.25 (0-0)" Status="3" StartPrice="1.0" Price="4.7815" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="13084743367167393" Name="2" Line="0.0 (0-0)" BaseLine="0.0 (0-0)" Status="3" StartPrice="1.0" Price="2.2353" Settlement="3" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="2439987587167393" Name="1" Line="-1.5 (0-0)" BaseLine="-1.5 (0-0)" Status="3" StartPrice="1.0" Price="5.5259" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="20823576377167393" Name="1" Line="0.75 (0-0)" BaseLine="0.75 (0-0)" Status="3" StartPrice="1.0" Price="1.341" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="20490080997167393" Name="2" Line="1.75 (0-0)" BaseLine="-1.75 (0-0)" Status="3" StartPrice="1.0" Price="1.157" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="20453425277167393" Name="2" Line="0.25 (0-0)" BaseLine="-0.25 (0-0)" Status="3" StartPrice="1.0" Price="1.833" Settlement="5" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="20488305287167393" Name="2" Line="1.25 (0-0)" BaseLine="-1.25 (0-0)" Status="3" StartPrice="1.0" Price="1.264" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="2786039757167393" Name="2" Line="-1.5 (0-0)" BaseLine="1.5 (0-0)" Status="3" StartPrice="1.0" Price="7.1538" Settlement="1" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="20823195867167393" Name="1" Line="0.25 (0-0)" BaseLine="0.25 (0-0)" Status="3" StartPrice="1.0" Price="1.6" Settlement="5" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="13121395167167393" Name="2" Line="1.5 (0-0)" BaseLine="-1.5 (0-0)" Status="3" StartPrice="1.0" Price="1.221" Settlement="2" ProviderBetId="8" LastUpdate="2021-07-06T20:51:40.222Z" />
            </Bets>
          </Market>
          <Market Id="52" Name="12">
            <Bets>
              <Bet Id="14656653027167393" Name="2" Status="3" StartPrice="1.0" Price="1.919" Settlement="3" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
              <Bet Id="1004186397167393" Name="1" Status="3" StartPrice="1.0" Price="1.59" Settlement="3" ProviderBetId="0" LastUpdate="2021-07-06T20:51:40.222Z" />
            </Bets>
          </Market>
        </Markets>
      </Event>
      <Event FixtureId="7171489">
        <Fixture LastUpdate="2021-07-05T09:45:13.633Z">
          <Sport Id="6046" Name="Football" />
          <Location Id="248" Name="International" />
          <League Id="38745" Name="Euro 2020" />
          <StartDate>2021-07-07T19:00:00.000Z</StartDate>
          <Status>1</Status>
          <Participants>
            <Participant Id="4432" Name="England" Position="1" />
            <Participant Id="786" Name="Denmark" Position="2" />
          </Participants>
          <FixtureExtraData>
            <Data Name="WithInPlay">true</Data>
            <Data Name="WithLivescore">true</Data>
          </FixtureExtraData>
          <Subscription>
            <Type>2</Type>
            <Status>1</Status>
          </Subscription>
        </Fixture>
        <Markets>
          <Market Id="1" Name="1X2">
            <Bets>
              <Bet Id="20799097497171489" Name="X" Status="2" StartPrice="1.0" Price="3.3318" ProviderBetId="0" LastUpdate="2021-07-05T09:38:11.081Z" Probability="-1" />
              <Bet Id="20799097077171489" Name="2" Status="2" StartPrice="1.0" Price="4.986" ProviderBetId="0" LastUpdate="2021-07-05T09:38:11.081Z" Probability="-1" />
              <Bet Id="20799097107171489" Name="1" Status="2" StartPrice="1.0" Price="1.54" ProviderBetId="0" LastUpdate="2021-07-05T09:38:11.081Z" Probability="-1" />
            </Bets>
          </Market>
          <Market Id="2" Name="Under/Over" MainLine="2.5">
            <Bets>
              <Bet Id="12290352617171489" Name="Over" Line="6.5" BaseLine="6.5" Status="1" StartPrice="1.0" Price="71" ProviderBetId="78" LastUpdate="2021-07-07T10:25:52.865Z" Probability="-1" />
              <Bet Id="3308766457171489" Name="Under" Line="4.5" BaseLine="4.5" Status="2" StartPrice="1.0" Price="1.066" ProviderBetId="0" LastUpdate="2021-07-05T08:59:35.030Z" Probability="-1" />
              <Bet Id="3308766127171489" Name="Under" Line="5.5" BaseLine="5.5" Status="2" StartPrice="1.0" Price="1.02" ProviderBetId="0" LastUpdate="2021-07-05T08:59:35.030Z" Probability="-1" />
              <Bet Id="3308767037171489" Name="Under" Line="2.5" BaseLine="2.5" Status="1" StartPrice="1.0" Price="1.44" ProviderBetId="0" LastUpdate="2021-07-07T12:02:27.957Z" Probability="0.60377" />
              <Bet Id="21450516717171489" Name="Over" Line="2.5" BaseLine="2.5" Status="1" StartPrice="1.0" Price="2.1946" ProviderBetId="0" LastUpdate="2021-07-07T12:02:27.957Z" Probability="0.39622" />
              <Bet Id="3308766707171489" Name="Under" Line="3.5" BaseLine="3.5" Status="1" StartPrice="1.0" Price="1.102" ProviderBetId="0" LastUpdate="2021-07-07T11:58:43.053Z" Probability="0.789" />
              <Bet Id="20087531247171489" Name="Over" Line="3.5" BaseLine="3.5" Status="1" StartPrice="1.0" Price="4.1212" ProviderBetId="0" LastUpdate="2021-07-07T11:58:43.053Z" Probability="0.211" />
              <Bet Id="10878727607171489" Name="Over" Line="7.5" BaseLine="7.5" Status="1" StartPrice="1.0" Price="151" ProviderBetId="78" LastUpdate="2021-07-05T08:54:56.035Z" Probability="-1" />
              <Bet Id="3308767367171489" Name="Under" Line="1.5" BaseLine="1.5" Status="1" StartPrice="1.0" Price="2.4975" ProviderBetId="0" LastUpdate="2021-07-07T12:29:47.545Z" Probability="0.34815" />
              <Bet Id="20038891707171489" Name="Over" Line="1.5" BaseLine="1.5" Status="1" StartPrice="1.0" Price="1.334" ProviderBetId="0" LastUpdate="2021-07-07T12:29:47.545Z" Probability="0.65179" />
              <Bet Id="15113602637171489" Name="Over" Line="4.5" BaseLine="4.5" Status="1" StartPrice="1.0" Price="9.0653" ProviderBetId="0" LastUpdate="2021-07-07T10:25:52.865Z" Probability="-1" />
              <Bet Id="18627266697171489" Name="Over" Line="0.5" BaseLine="0.5" Status="2" StartPrice="1.0" Price="1.001" ProviderBetId="0" LastUpdate="2021-07-07T13:12:25.547Z" Probability="-1" />
              <Bet Id="3308767697171489" Name="Under" Line="0.5" BaseLine="0.5" Status="1" StartPrice="1.0" Price="6.8256" ProviderBetId="0" LastUpdate="2021-07-07T13:12:25.547Z" Probability="-1" />
              <Bet Id="13701977627171489" Name="Over" Line="5.5" BaseLine="5.5" Status="1" StartPrice="1.0" Price="20.9387" ProviderBetId="0" LastUpdate="2021-07-07T08:58:07.394Z" Probability="-1" />
            </Bets>
          </Market>
          <Market Id="3" Name="Asian Handicap" MainLine="-0.75 (0-0)">
            <Bets>
              <Bet Id="8909127397171489" Name="2" Line="1.5 (0-0)" BaseLine="-1.5 (0-0)" Status="1" StartPrice="1.0" Price="1.435" ProviderBetId="8" LastUpdate="2021-07-07T10:22:52.067Z" Probability="0.69663" />
              <Bet Id="4832957357171489" Name="2" Line="0.75 (0-0)" BaseLine="-0.75 (0-0)" Status="1" StartPrice="1.0" Price="1.917" ProviderBetId="8" LastUpdate="2021-07-07T13:32:33.143Z" Probability="0.52163" />
              <Bet Id="19984357247171489" Name="2" Line="-0.75 (0-0)" BaseLine="0.75 (0-0)" Status="1" StartPrice="1.0" Price="6.9459" ProviderBetId="8" LastUpdate="2021-07-07T13:32:33.143Z" Probability="0.14397" />
              <Bet Id="4853462587171489" Name="2" Line="2.25 (0-0)" BaseLine="-2.25 (0-0)" Status="1" StartPrice="1.0" Price="1.174" ProviderBetId="8" LastUpdate="2021-07-07T10:52:40.467Z" Probability="0.85163" />
              <Bet Id="19541119637171489" Name="1" Line="-1.5 (0-0)" BaseLine="-1.5 (0-0)" Status="1" StartPrice="1.0" Price="3.2963" ProviderBetId="8" LastUpdate="2021-07-07T10:22:52.067Z" Probability="0.30337" />
              <Bet Id="4842343237171489" Name="2" Line="1.25 (0-0)" BaseLine="-1.25 (0-0)" Status="1" StartPrice="1.0" Price="1.518" ProviderBetId="8" LastUpdate="2021-07-07T10:45:34.670Z" Probability="0.65868" />
              <Bet Id="185343157171489" Name="1" Line="-1.25 (0-0)" BaseLine="-1.25 (0-0)" Status="1" StartPrice="1.0" Price="2.9298" ProviderBetId="8" LastUpdate="2021-07-07T10:45:34.670Z" Probability="0.34132" />
              <Bet Id="3154368127171489" Name="1" Line="-1.0 (0-0)" BaseLine="-1.0 (0-0)" Status="1" StartPrice="1.0" Price="2.5323" ProviderBetId="8" LastUpdate="2021-07-07T13:32:33.144Z" Probability="0.3949" />
              <Bet Id="8921007087171489" Name="2" Line="0.5 (0-0)" BaseLine="-0.5 (0-0)" Status="1" StartPrice="1.0" Price="2.2029" ProviderBetId="8" LastUpdate="2021-07-07T12:22:30.045Z" Probability="0.45395" />
              <Bet Id="3530311587171489" Name="1" Line="-2.5 (0-0)" BaseLine="-2.5 (0-0)" Status="1" StartPrice="1.0" Price="7.3636" ProviderBetId="8" LastUpdate="2021-07-07T12:22:30.045Z" Probability="0.1358" />
              <Bet Id="4844837687171489" Name="2" Line="1.75 (0-0)" BaseLine="-1.75 (0-0)" Status="1" StartPrice="1.0" Price="1.318" ProviderBetId="8" LastUpdate="2021-07-07T10:52:40.467Z" Probability="0.75875" />
              <Bet Id="4831181647171489" Name="2" Line="0.25 (0-0)" BaseLine="-0.25 (0-0)" Status="1" StartPrice="1.0" Price="2.6667" ProviderBetId="8" LastUpdate="2021-07-07T10:45:34.670Z" Probability="0.375" />
              <Bet Id="15753589217171489" Name="1" Line="-0.75 (0-0)" BaseLine="-0.75 (0-0)" Status="1" StartPrice="1.0" Price="2.0904" ProviderBetId="8" LastUpdate="2021-07-07T13:32:33.143Z" Probability="0.47837" />
              <Bet Id="14365426897171489" Name="2" Line="-0.5 (0-0)" BaseLine="0.5 (0-0)" Status="1" StartPrice="1.0" Price="5.0851" ProviderBetId="8" LastUpdate="2021-07-07T11:42:50.851Z" Probability="0.19665" />
              <Bet Id="14828961447171489" Name="1" Line="-0.25 (0-0)" BaseLine="-0.25 (0-0)" Status="1" StartPrice="1.0" Price="1.6" ProviderBetId="8" LastUpdate="2021-07-07T10:45:34.670Z" Probability="0.625" />
              <Bet Id="5981884387171489" Name="1" Line="0.75 (0-0)" BaseLine="0.75 (0-0)" Status="1" StartPrice="1.0" Price="1.168" ProviderBetId="8" LastUpdate="2021-07-07T13:32:33.143Z" Probability="0.85603" />
              <Bet Id="8897288667171489" Name="2" Line="2.5 (0-0)" BaseLine="-2.5 (0-0)" Status="1" StartPrice="1.0" Price="1.157" ProviderBetId="8" LastUpdate="2021-07-07T12:22:30.045Z" Probability="0.8642" />
              <Bet Id="7771739187171489" Name="1" Line="0.0 (0-0)" BaseLine="0.0 (0-0)" Status="1" StartPrice="1.0" Price="1.359" ProviderBetId="8" LastUpdate="2021-07-07T12:22:30.045Z" Probability="0.73575" />
              <Bet Id="5980785137171489" Name="1" Line="0.25 (0-0)" BaseLine="0.25 (0-0)" Status="1" StartPrice="1.0" Price="1.294" ProviderBetId="8" LastUpdate="2021-07-07T13:32:33.143Z" Probability="0.77281" />
              <Bet Id="10598193417171489" Name="2" Line="-0.25 (0-0)" BaseLine="0.25 (0-0)" Status="1" StartPrice="1.0" Price="4.4016" ProviderBetId="8" LastUpdate="2021-07-07T13:32:33.143Z" Probability="0.22719" />
              <Bet Id="19602088387171489" Name="1" Line="-2.25 (0-0)" BaseLine="-2.25 (0-0)" Status="1" StartPrice="1.0" Price="6.7399" ProviderBetId="8" LastUpdate="2021-07-07T10:52:40.467Z" Probability="0.14837" />
              <Bet Id="8922779517171489" Name="2" Line="0.0 (0-0)" BaseLine="0.0 (0-0)" Status="1" StartPrice="1.0" Price="3.7843" ProviderBetId="8" LastUpdate="2021-07-07T12:22:30.045Z" Probability="0.26425" />
              <Bet Id="8911617287171489" Name="2" Line="1.0 (0-0)" BaseLine="-1.0 (0-0)" Status="1" StartPrice="1.0" Price="1.653" ProviderBetId="8" LastUpdate="2021-07-07T13:32:33.144Z" Probability="0.6051" />
              <Bet Id="15538748807171489" Name="1" Line="-0.5 (0-0)" BaseLine="-0.5 (0-0)" Status="1" StartPrice="1.0" Price="1.831" ProviderBetId="8" LastUpdate="2021-07-07T12:22:30.045Z" Probability="0.54605" />
              <Bet Id="15355179477171489" Name="1" Line="-2.0 (0-0)" BaseLine="-2.0 (0-0)" Status="1" StartPrice="1.0" Price="6.2212" ProviderBetId="8" LastUpdate="2021-07-07T10:52:40.467Z" Probability="0.16074" />
              <Bet Id="7770641937171489" Name="1" Line="0.5 (0-0)" BaseLine="0.5 (0-0)" Status="1" StartPrice="1.0" Price="1.245" ProviderBetId="8" LastUpdate="2021-07-07T11:42:50.851Z" Probability="0.80335" />
              <Bet Id="5304715887171489" Name="1" Line="-1.75 (0-0)" BaseLine="-1.75 (0-0)" Status="1" StartPrice="1.0" Price="4.1452" ProviderBetId="8" LastUpdate="2021-07-07T10:52:40.467Z" Probability="0.24125" />
              <Bet Id="8899061097171489" Name="2" Line="2.0 (0-0)" BaseLine="-2.0 (0-0)" Status="1" StartPrice="1.0" Price="1.192" ProviderBetId="8" LastUpdate="2021-07-07T10:52:40.467Z" Probability="0.83926" />
            </Bets>
          </Market>
          <Market Id="52" Name="12">
            <Bets>
              <Bet Id="12702941107171489" Name="1" Status="1" StartPrice="1.0" Price="1.174" ProviderBetId="0" LastUpdate="2021-07-07T13:26:58.653Z" Probability="0.74022" />
              <Bet Id="2957898317171489" Name="2" Status="1" StartPrice="1.0" Price="3.3519" ProviderBetId="0" LastUpdate="2021-07-07T13:26:58.653Z" Probability="0.2593" />
            </Bets>
          </Market>
        </Markets>
      </Event>
    </Events>
  </Body>
</Feed>

Json Response

{
  "Header": {
    "Type": 36,
    "MsgGuid": "d917b5c0-1f72-4838-a3f8-7a172dcdd00b",
    "ServerTimestamp": 1625665227043
  },
  "Body": [
    {
      "FixtureId": 7167393,
      "Fixture": {
        "Subscription": {
          "Type": 2,
          "Status": 1
        },
        "Sport": {
          "Id": 6046,
          "Name": "Football"
        },
        "Location": {
          "Id": 248,
          "Name": "International"
        },
        "League": {
          "Id": 38745,
          "Name": "Euro 2020"
        },
        "StartDate": "2021-07-06T19:00:00",
        "LastUpdate": "2021-07-06T21:57:13.925979",
        "Status": 3,
        "Participants": [
          {
            "Id": 10322,
            "Name": "Italy",
            "Position": "1"
          },
          {
            "Id": 4577,
            "Name": "Spain",
            "Position": "2"
          }
        ],
        "FixtureExtraData": [
          {
            "Name": "WithInPlay",
            "Value": "true"
          },
          {
            "Name": "RotationNumbers",
            "Value": "159002,159001"
          },
          {
            "Name": "WithLivescore",
            "Value": "true"
          }
        ]
      },
      "Livescore": {
        "Scoreboard": {
          "Status": 3,
          "CurrentPeriod": 102,
          "Time": "7200",
          "Results": [
            {
              "Position": "1",
              "Value": "2"
            },
            {
              "Position": "2",
              "Value": "1"
            }
          ]
        },
        "Periods": [
          {
            "Type": 35,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 100,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 101,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 102,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "2"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 10,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 50,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "4"
              },
              {
                "Position": "2",
                "Value": "2"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 20,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": [
              {
                "Period": 20,
                "IncidentType": 27,
                "Seconds": 4740,
                "ParticipantPosition": "2",
                "PlayerId": "282764",
                "PlayerName": "Morata A.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              }
            ]
          },
          {
            "Type": 30,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          }
        ],
        "Statistics": [
          {
            "Type": 1,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 68,
            "Results": [
              {
                "Position": "1",
                "Value": "5"
              },
              {
                "Position": "2",
                "Value": "7"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 6,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 7,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 8,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 40,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "2"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 10,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": [
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 3660,
                "ParticipantPosition": "1",
                "PlayerName": "Berardi D. / Immobile C.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 3720,
                "ParticipantPosition": "2",
                "PlayerName": "Morata A. / Torres F.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 4200,
                "ParticipantPosition": "2",
                "PlayerName": "Moreno G. / Oyarzabal M.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "2"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 4200,
                "ParticipantPosition": "2",
                "PlayerName": "Rodri / Koke",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 4440,
                "ParticipantPosition": "1",
                "PlayerName": "Toloi R. / Emerson",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 4440,
                "ParticipantPosition": "1",
                "PlayerName": "Pessina M. / Verratti M.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 5100,
                "ParticipantPosition": "1",
                "PlayerName": "Locatelli M. / Barella N.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 5100,
                "ParticipantPosition": "1",
                "PlayerName": "Belotti A. / Insigne L.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "5"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 10,
                "Seconds": 5100,
                "ParticipantPosition": "2",
                "PlayerName": "Llorente M. / Azpilicueta C.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "5"
                  },
                  {
                    "Position": "2",
                    "Value": "4"
                  }
                ]
              },
              {
                "Period": 35,
                "IncidentType": 10,
                "Seconds": 6360,
                "ParticipantPosition": "2",
                "PlayerName": "Alcantara T. / Busquets S.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "5"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 35,
                "IncidentType": 10,
                "Seconds": 6420,
                "ParticipantPosition": "1",
                "PlayerName": "Bernardeschi F. / Chiesa F.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "6"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 35,
                "IncidentType": 10,
                "Seconds": 6540,
                "ParticipantPosition": "2",
                "PlayerName": "Torres P. / Garcia E.",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "6"
                  },
                  {
                    "Position": "2",
                    "Value": "6"
                  }
                ]
              }
            ]
          },
          {
            "Type": 12,
            "Results": [
              {
                "Position": "1",
                "Value": "2"
              },
              {
                "Position": "2",
                "Value": "7"
              }
            ],
            "Incidents": null
          }
        ],
        "LivescoreExtraData": [
          {
            "Name": "Turn",
            "Value": "0"
          }
        ]
      },
      "Markets": [
        {
          "Id": 1,
          "Name": "1X2",
          "Bets": [
            {
              "Id": 4101226597167393,
              "Name": "1",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.2725",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 4101226567167393,
              "Name": "2",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.7724",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 4101227467167393,
              "Name": "X",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.8633",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            }
          ]
        },
        {
          "Id": 2,
          "Name": "Under/Over",
          "MainLine": "2.5",
          "Bets": [
            {
              "Id": 10130080457167393,
              "Name": "Under",
              "Line": "3.5",
              "BaseLine": "3.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.102",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 10130080167167393,
              "Name": "Under",
              "Line": "0.5",
              "BaseLine": "0.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "6.6255",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:17:47.2220029Z"
            },
            {
              "Id": 10130081117167393,
              "Name": "Under",
              "Line": "1.5",
              "BaseLine": "1.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.4975",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:38:07.5242205Z"
            },
            {
              "Id": 19176371497167393,
              "Name": "Over",
              "Line": "5.5",
              "BaseLine": "5.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "20.9387",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 10130082357167393,
              "Name": "Under",
              "Line": "5.5",
              "BaseLine": "5.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.02",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 2667991787167393,
              "Name": "Over",
              "Line": "2.5",
              "BaseLine": "2.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.1946",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 10130079507167393,
              "Name": "Under",
              "Line": "2.5",
              "BaseLine": "2.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.44",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 9967567857167393,
              "Name": "Over",
              "Line": "1.5",
              "BaseLine": "1.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.334",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:38:07.5242205Z"
            },
            {
              "Id": 12790817877167393,
              "Name": "Over",
              "Line": "3.5",
              "BaseLine": "3.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "4.1212",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 10130081407167393,
              "Name": "Under",
              "Line": "4.5",
              "BaseLine": "4.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.066",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 20950051457167393,
              "Name": "Over",
              "Line": "7.5",
              "BaseLine": "7.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "151",
              "Settlement": 1,
              "ProviderBetId": "78",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 6540811867167393,
              "Name": "Over",
              "Line": "6.5",
              "BaseLine": "6.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "67",
              "Settlement": 1,
              "ProviderBetId": "78",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 3717561847167393,
              "Name": "Over",
              "Line": "4.5",
              "BaseLine": "4.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "9.0653",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 5491241807167393,
              "Name": "Over",
              "Line": "0.5",
              "BaseLine": "0.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.001",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:17:47.2220029Z"
            }
          ]
        },
        {
          "Id": 3,
          "Name": "Asian Handicap",
          "MainLine": "-0.25 (0-0)",
          "Bets": [
            {
              "Id": 13087233257167393,
              "Name": "2",
              "Line": "0.5 (0-0)",
              "BaseLine": "-0.5 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.653",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 2247586877167393,
              "Name": "1",
              "Line": "-0.25 (0-0)",
              "BaseLine": "-0.25 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.2011",
              "Settlement": 4,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 13453454347167393,
              "Name": "1",
              "Line": "0.5 (0-0)",
              "BaseLine": "0.5 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.458",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 6442358417167393,
              "Name": "1",
              "Line": "-0.5 (0-0)",
              "BaseLine": "-0.5 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.5323",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 13119622737167393,
              "Name": "2",
              "Line": "1.0 (0-0)",
              "BaseLine": "-1.0 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.299",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 13465334037167393,
              "Name": "1",
              "Line": "1.5 (0-0)",
              "BaseLine": "1.5 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.162",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 6788410587167393,
              "Name": "2",
              "Line": "-0.5 (0-0)",
              "BaseLine": "0.5 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "3.1818",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 20834357457167393,
              "Name": "1",
              "Line": "1.25 (0-0)",
              "BaseLine": "1.25 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.174",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 18388789897167393,
              "Name": "1",
              "Line": "-1.0 (0-0)",
              "BaseLine": "-1.0 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "4.3469",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 3715898677167393,
              "Name": "1",
              "Line": "-1.75 (0-0)",
              "BaseLine": "-1.75 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "7.3636",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 18734842067167393,
              "Name": "2",
              "Line": "-1.0 (0-0)",
              "BaseLine": "1.0 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "6.0439",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 4687465057167393,
              "Name": "2",
              "Line": "-0.75 (0-0)",
              "BaseLine": "0.75 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "3.9365",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 13453074557167393,
              "Name": "1",
              "Line": "0.0 (0-0)",
              "BaseLine": "0.0 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.81",
              "Settlement": 3,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 975591717167393,
              "Name": "2",
              "Line": "-1.25 (0-0)",
              "BaseLine": "1.25 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "6.7399",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 20455919727167393,
              "Name": "2",
              "Line": "0.75 (0-0)",
              "BaseLine": "-0.75 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.458",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 13668026587167393,
              "Name": "2",
              "Line": "-0.25 (0-0)",
              "BaseLine": "0.25 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.6667",
              "Settlement": 4,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 6732974667167393,
              "Name": "1",
              "Line": "-0.75 (0-0)",
              "BaseLine": "-0.75 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "3.1818",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 13464236787167393,
              "Name": "1",
              "Line": "1.0 (0-0)",
              "BaseLine": "1.0 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.198",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 12396031427167393,
              "Name": "1",
              "Line": "-1.25 (0-0)",
              "BaseLine": "-1.25 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "4.7815",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 13084743367167393,
              "Name": "2",
              "Line": "0.0 (0-0)",
              "BaseLine": "0.0 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.2353",
              "Settlement": 3,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 2439987587167393,
              "Name": "1",
              "Line": "-1.5 (0-0)",
              "BaseLine": "-1.5 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "5.5259",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 20823576377167393,
              "Name": "1",
              "Line": "0.75 (0-0)",
              "BaseLine": "0.75 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.341",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 20490080997167393,
              "Name": "2",
              "Line": "1.75 (0-0)",
              "BaseLine": "-1.75 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.157",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 20453425277167393,
              "Name": "2",
              "Line": "0.25 (0-0)",
              "BaseLine": "-0.25 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.833",
              "Settlement": 5,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 20488305287167393,
              "Name": "2",
              "Line": "1.25 (0-0)",
              "BaseLine": "-1.25 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.264",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 2786039757167393,
              "Name": "2",
              "Line": "-1.5 (0-0)",
              "BaseLine": "1.5 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "7.1538",
              "Settlement": 1,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 20823195867167393,
              "Name": "1",
              "Line": "0.25 (0-0)",
              "BaseLine": "0.25 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.6",
              "Settlement": 5,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 13121395167167393,
              "Name": "2",
              "Line": "1.5 (0-0)",
              "BaseLine": "-1.5 (0-0)",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.221",
              "Settlement": 2,
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            }
          ]
        },
        {
          "Id": 52,
          "Name": "12",
          "Bets": [
            {
              "Id": 14656653027167393,
              "Name": "2",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.919",
              "Settlement": 3,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            },
            {
              "Id": 1004186397167393,
              "Name": "1",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.59",
              "Settlement": 3,
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-06T20:51:40.2224883Z"
            }
          ]
        }
      ]
    },
    {
      "FixtureId": 7171489,
      "Fixture": {
        "Subscription": {
          "Type": 2,
          "Status": 1
        },
        "Sport": {
          "Id": 6046,
          "Name": "Football"
        },
        "Location": {
          "Id": 248,
          "Name": "International"
        },
        "League": {
          "Id": 38745,
          "Name": "Euro 2020"
        },
        "StartDate": "2021-07-07T19:00:00",
        "LastUpdate": "2021-07-05T09:45:13.633004",
        "Status": 1,
        "Participants": [
          {
            "Id": 4432,
            "Name": "England",
            "Position": "1"
          },
          {
            "Id": 786,
            "Name": "Denmark",
            "Position": "2"
          }
        ],
        "FixtureExtraData": [
          {
            "Name": "WithInPlay",
            "Value": "true"
          },
          {
            "Name": "WithLivescore",
            "Value": "true"
          }
        ]
      },
      "Livescore": null,
      "Markets": [
        {
          "Id": 1,
          "Name": "1X2",
          "Bets": [
            {
              "Probability": -1.0,
              "Id": 20799097497171489,
              "Name": "X",
              "Status": 2,
              "StartPrice": "1.0",
              "Price": "3.3318",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-05T09:38:11.0818187Z"
            },
            {
              "Probability": -1.0,
              "Id": 20799097077171489,
              "Name": "2",
              "Status": 2,
              "StartPrice": "1.0",
              "Price": "4.986",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-05T09:38:11.0818189Z"
            },
            {
              "Probability": -1.0,
              "Id": 20799097107171489,
              "Name": "1",
              "Status": 2,
              "StartPrice": "1.0",
              "Price": "1.54",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-05T09:38:11.081819Z"
            }
          ]
        },
        {
          "Id": 2,
          "Name": "Under/Over",
          "MainLine": "2.5",
          "Bets": [
            {
              "Probability": -1.0,
              "Id": 12290352617171489,
              "Name": "Over",
              "Line": "6.5",
              "BaseLine": "6.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "71",
              "ProviderBetId": "78",
              "LastUpdate": "2021-07-07T10:25:52.8653826Z"
            },
            {
              "Probability": -1.0,
              "Id": 3308766457171489,
              "Name": "Under",
              "Line": "4.5",
              "BaseLine": "4.5",
              "Status": 2,
              "StartPrice": "1.0",
              "Price": "1.066",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-05T08:59:35.0305418Z"
            },
            {
              "Probability": -1.0,
              "Id": 3308766127171489,
              "Name": "Under",
              "Line": "5.5",
              "BaseLine": "5.5",
              "Status": 2,
              "StartPrice": "1.0",
              "Price": "1.02",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-05T08:59:35.0305972Z"
            },
            {
              "Probability": 0.60377,
              "Id": 3308767037171489,
              "Name": "Under",
              "Line": "2.5",
              "BaseLine": "2.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.44",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T12:02:27.9577096Z"
            },
            {
              "Probability": 0.39622,
              "Id": 21450516717171489,
              "Name": "Over",
              "Line": "2.5",
              "BaseLine": "2.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "2.1946",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T12:02:27.9577162Z"
            },
            {
              "Probability": 0.789,
              "Id": 3308766707171489,
              "Name": "Under",
              "Line": "3.5",
              "BaseLine": "3.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.102",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T11:58:43.0535288Z"
            },
            {
              "Probability": 0.211,
              "Id": 20087531247171489,
              "Name": "Over",
              "Line": "3.5",
              "BaseLine": "3.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "4.1212",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T11:58:43.0535498Z"
            },
            {
              "Probability": -1.0,
              "Id": 10878727607171489,
              "Name": "Over",
              "Line": "7.5",
              "BaseLine": "7.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "151",
              "ProviderBetId": "78",
              "LastUpdate": "2021-07-05T08:54:56.0354985Z"
            },
            {
              "Probability": 0.34815,
              "Id": 3308767367171489,
              "Name": "Under",
              "Line": "1.5",
              "BaseLine": "1.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "2.4975",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T12:29:47.5456945Z"
            },
            {
              "Probability": 0.65179,
              "Id": 20038891707171489,
              "Name": "Over",
              "Line": "1.5",
              "BaseLine": "1.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.334",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T12:29:47.5457077Z"
            },
            {
              "Probability": -1.0,
              "Id": 15113602637171489,
              "Name": "Over",
              "Line": "4.5",
              "BaseLine": "4.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "9.0653",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T10:25:52.8652836Z"
            },
            {
              "Probability": -1.0,
              "Id": 18627266697171489,
              "Name": "Over",
              "Line": "0.5",
              "BaseLine": "0.5",
              "Status": 2,
              "StartPrice": "1.0",
              "Price": "1.001",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T13:12:25.5474845Z"
            },
            {
              "Probability": -1.0,
              "Id": 3308767697171489,
              "Name": "Under",
              "Line": "0.5",
              "BaseLine": "0.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "6.8256",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T13:12:25.5474752Z"
            },
            {
              "Probability": -1.0,
              "Id": 13701977627171489,
              "Name": "Over",
              "Line": "5.5",
              "BaseLine": "5.5",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "20.9387",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T08:58:07.3942434Z"
            }
          ]
        },
        {
          "Id": 3,
          "Name": "Asian Handicap",
          "MainLine": "-0.75 (0-0)",
          "Bets": [
            {
              "Probability": 0.69663,
              "Id": 8909127397171489,
              "Name": "2",
              "Line": "1.5 (0-0)",
              "BaseLine": "-1.5 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.435",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:22:52.0676464Z"
            },
            {
              "Probability": 0.52163,
              "Id": 4832957357171489,
              "Name": "2",
              "Line": "0.75 (0-0)",
              "BaseLine": "-0.75 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.917",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T13:32:33.1439156Z"
            },
            {
              "Probability": 0.14397,
              "Id": 19984357247171489,
              "Name": "2",
              "Line": "-0.75 (0-0)",
              "BaseLine": "0.75 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "6.9459",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T13:32:33.1438208Z"
            },
            {
              "Probability": 0.85163,
              "Id": 4853462587171489,
              "Name": "2",
              "Line": "2.25 (0-0)",
              "BaseLine": "-2.25 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.174",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:52:40.4677122Z"
            },
            {
              "Probability": 0.30337,
              "Id": 19541119637171489,
              "Name": "1",
              "Line": "-1.5 (0-0)",
              "BaseLine": "-1.5 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "3.2963",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:22:52.0676508Z"
            },
            {
              "Probability": 0.65868,
              "Id": 4842343237171489,
              "Name": "2",
              "Line": "1.25 (0-0)",
              "BaseLine": "-1.25 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.518",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:45:34.6700794Z"
            },
            {
              "Probability": 0.34132,
              "Id": 185343157171489,
              "Name": "1",
              "Line": "-1.25 (0-0)",
              "BaseLine": "-1.25 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "2.9298",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:45:34.670075Z"
            },
            {
              "Probability": 0.3949,
              "Id": 3154368127171489,
              "Name": "1",
              "Line": "-1.0 (0-0)",
              "BaseLine": "-1.0 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "2.5323",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T13:32:33.1442027Z"
            },
            {
              "Probability": 0.45395,
              "Id": 8921007087171489,
              "Name": "2",
              "Line": "0.5 (0-0)",
              "BaseLine": "-0.5 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "2.2029",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T12:22:30.0454668Z"
            },
            {
              "Probability": 0.1358,
              "Id": 3530311587171489,
              "Name": "1",
              "Line": "-2.5 (0-0)",
              "BaseLine": "-2.5 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "7.3636",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T12:22:30.04524Z"
            },
            {
              "Probability": 0.75875,
              "Id": 4844837687171489,
              "Name": "2",
              "Line": "1.75 (0-0)",
              "BaseLine": "-1.75 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.318",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:52:40.4678394Z"
            },
            {
              "Probability": 0.375,
              "Id": 4831181647171489,
              "Name": "2",
              "Line": "0.25 (0-0)",
              "BaseLine": "-0.25 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "2.6667",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:45:34.6702435Z"
            },
            {
              "Probability": 0.47837,
              "Id": 15753589217171489,
              "Name": "1",
              "Line": "-0.75 (0-0)",
              "BaseLine": "-0.75 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "2.0904",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T13:32:33.1439225Z"
            },
            {
              "Probability": 0.19665,
              "Id": 14365426897171489,
              "Name": "2",
              "Line": "-0.5 (0-0)",
              "BaseLine": "0.5 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "5.0851",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T11:42:50.8516737Z"
            },
            {
              "Probability": 0.625,
              "Id": 14828961447171489,
              "Name": "1",
              "Line": "-0.25 (0-0)",
              "BaseLine": "-0.25 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.6",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:45:34.6702341Z"
            },
            {
              "Probability": 0.85603,
              "Id": 5981884387171489,
              "Name": "1",
              "Line": "0.75 (0-0)",
              "BaseLine": "0.75 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.168",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T13:32:33.1438331Z"
            },
            {
              "Probability": 0.8642,
              "Id": 8897288667171489,
              "Name": "2",
              "Line": "2.5 (0-0)",
              "BaseLine": "-2.5 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.157",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T12:22:30.0452232Z"
            },
            {
              "Probability": 0.73575,
              "Id": 7771739187171489,
              "Name": "1",
              "Line": "0.0 (0-0)",
              "BaseLine": "0.0 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.359",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T12:22:30.0454819Z"
            },
            {
              "Probability": 0.77281,
              "Id": 5980785137171489,
              "Name": "1",
              "Line": "0.25 (0-0)",
              "BaseLine": "0.25 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.294",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T13:32:33.1439426Z"
            },
            {
              "Probability": 0.22719,
              "Id": 10598193417171489,
              "Name": "2",
              "Line": "-0.25 (0-0)",
              "BaseLine": "0.25 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "4.4016",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T13:32:33.1439487Z"
            },
            {
              "Probability": 0.14837,
              "Id": 19602088387171489,
              "Name": "1",
              "Line": "-2.25 (0-0)",
              "BaseLine": "-2.25 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "6.7399",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:52:40.4677181Z"
            },
            {
              "Probability": 0.26425,
              "Id": 8922779517171489,
              "Name": "2",
              "Line": "0.0 (0-0)",
              "BaseLine": "0.0 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "3.7843",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T12:22:30.0454863Z"
            },
            {
              "Probability": 0.6051,
              "Id": 8911617287171489,
              "Name": "2",
              "Line": "1.0 (0-0)",
              "BaseLine": "-1.0 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.653",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T13:32:33.1442162Z"
            },
            {
              "Probability": 0.54605,
              "Id": 15538748807171489,
              "Name": "1",
              "Line": "-0.5 (0-0)",
              "BaseLine": "-0.5 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.831",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T12:22:30.0454625Z"
            },
            {
              "Probability": 0.16074,
              "Id": 15355179477171489,
              "Name": "1",
              "Line": "-2.0 (0-0)",
              "BaseLine": "-2.0 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "6.2212",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:52:40.4678259Z"
            },
            {
              "Probability": 0.80335,
              "Id": 7770641937171489,
              "Name": "1",
              "Line": "0.5 (0-0)",
              "BaseLine": "0.5 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.245",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T11:42:50.8516693Z"
            },
            {
              "Probability": 0.24125,
              "Id": 5304715887171489,
              "Name": "1",
              "Line": "-1.75 (0-0)",
              "BaseLine": "-1.75 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "4.1452",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:52:40.4678439Z"
            },
            {
              "Probability": 0.83926,
              "Id": 8899061097171489,
              "Name": "2",
              "Line": "2.0 (0-0)",
              "BaseLine": "-2.0 (0-0)",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.192",
              "ProviderBetId": "8",
              "LastUpdate": "2021-07-07T10:52:40.4678215Z"
            }
          ]
        },
        {
          "Id": 52,
          "Name": "12",
          "Bets": [
            {
              "Probability": 0.74022,
              "Id": 12702941107171489,
              "Name": "1",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "1.174",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T13:26:58.6533969Z"
            },
            {
              "Probability": 0.2593,
              "Id": 2957898317171489,
              "Name": "2",
              "Status": 1,
              "StartPrice": "1.0",
              "Price": "3.3519",
              "ProviderBetId": "0",
              "LastUpdate": "2021-07-07T13:26:58.6534235Z"
            }
          ]
        }
      ]
    }
  ]
}


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