# InPlay

Use these endpoints to retrieve a current snapshot of live events, markets, fixtures, and scores.

For general usage guidelines, request limitations, and time filtering behaviour, see the [Snapshot API overview](https://docs.lsports.eu/u/trade/integration/apis/snapshot).

***

## GetEvents

Retrieve a full snapshot of all active InPlay events, including fixtures, markets, and scores.

## POST /InPlay/GetEvents

>

```json
{"openapi":"3.0.1","info":{"title":"Snapshot","version":"v1.0"},"paths":{"/InPlay/GetEvents":{"post":{"tags":["InPlay"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}}}},"responses":{"200":{"description":"Success"}}}}},"components":{"schemas":{"SnapshotFilteredRequestDto":{"required":["packageId","password","userName"],"type":"object","properties":{"userName":{"minLength":1,"type":"string"},"password":{"minLength":1,"type":"string"},"packageId":{"maximum":2147483647,"minimum":1,"type":"integer","format":"int32"},"sports":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"locations":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"leagues":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"tournaments":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"fixtures":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"markets":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"fromDate":{"type":"integer","format":"int64","nullable":true},"toDate":{"type":"integer","format":"int64","nullable":true},"timestamp":{"type":"integer","format":"int64","nullable":true}},"additionalProperties":false}}}}
```

<details>

<summary>Example of 'Inplay/GetEvents' (JSON)</summary>

```json
{
  "Header": {
    "Type": 36,
    "MsgGuid": "8d6b5fbb-8225-466c-a90a-49183cb0add7",
    "ServerTimestamp": 1759947723411
  },
  "Body": [
    {
      "FixtureId": 16861271,
      "Fixture": {
        "Subscription": {
          "Type": 1,
          "Status": 1
        },
        "Sport": {
          "Id": 6046,
          "Name": "Football"
        },
        "Location": {
          "Id": 248,
          "Name": "International"
        },
        "League": {
          "Id": 84379,
          "Name": "CAF World Cup Qualifiers"
        },
        "StartDate": "2025-10-08T19:00:00",
        "LastUpdate": "2025-10-08T04:33:17.898006",
        "Status": 1,
        "Participants": [
          {
            "Id": 228863,
            "Name": "Niger",
            "Position": "1"
          },
          {
            "Id": 52389636,
            "Name": "Republic of the Congo",
            "Position": "2"
          }
        ],
        "FixtureExtraData": [
          {
            "Name": "WithInPlay",
            "Value": "true"
          },
          {
            "Name": "WithLivescore",
            "Value": "true"
          },
          {
            "Name": "RotationNumbers",
            "Value": "132023,132022"
          }
        ],
        "Venue": {
          "Id": 5966,
          "Name": "Stade du 4-Août",
          "Capacity": 60000,
          "Country": {
            "Id": 177,
            "Name": "Burkina Faso"
          },
          "City": {
            "Id": 3541,
            "Name": "Ouagadougou"
          }
        },
        "Stage": {
          "Id": 1,
          "Name": "Qualification"
        },
        "Round": {
          "Id": 32,
          "Name": "9"
        }
      },
      "Livescore": null,
      "Markets": null
    }
  ]
}
```

</details>

***

## GetFixtures

Retrieve a snapshot of InPlay fixture data only (without markets or scores).

## POST /InPlay/GetFixtures

>

```json
{"openapi":"3.0.1","info":{"title":"Snapshot","version":"v1.0"},"paths":{"/InPlay/GetFixtures":{"post":{"tags":["InPlay"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}}}},"responses":{"200":{"description":"Success"}}}}},"components":{"schemas":{"SnapshotFilteredRequestDto":{"required":["packageId","password","userName"],"type":"object","properties":{"userName":{"minLength":1,"type":"string"},"password":{"minLength":1,"type":"string"},"packageId":{"maximum":2147483647,"minimum":1,"type":"integer","format":"int32"},"sports":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"locations":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"leagues":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"tournaments":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"fixtures":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"markets":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"fromDate":{"type":"integer","format":"int64","nullable":true},"toDate":{"type":"integer","format":"int64","nullable":true},"timestamp":{"type":"integer","format":"int64","nullable":true}},"additionalProperties":false}}}}
```

<details>

<summary>Example of 'Inplay/GetFixtures' (JSON)</summary>

```json
{
  "Header": {
    "Type": 36,
    "MsgGuid": "9310dc15-ce69-42ff-8cac-0fdc8ba6b80d",
    "ServerTimestamp": 1759947657275
  },
  "Body": [
    {
      "FixtureId": 16861267,
      "Fixture": {
        "Subscription": {
          "Type": 1,
          "Status": 1
        },
        "Sport": {
          "Id": 6046,
          "Name": "Football"
        },
        "Location": {
          "Id": 248,
          "Name": "International"
        },
        "League": {
          "Id": 84379,
          "Name": "CAF World Cup Qualifiers"
        },
        "StartDate": "2025-10-08T16:00:00",
        "LastUpdate": "2025-10-08T17:53:38.321033",
        "Status": 3,
        "Participants": [
          {
            "Id": 253401,
            "Name": "Djibouti",
            "Position": "1"
          },
          {
            "Id": 76452,
            "Name": "Egypt",
            "Position": "2"
          }
        ],
        "FixtureExtraData": [
          {
            "Name": "RotationNumbers",
            "Value": "132026,132025"
          },
          {
            "Name": "WithLivescore",
            "Value": "true"
          },
          {
            "Name": "WithInPlay",
            "Value": "true"
          }
        ],
        "Venue": {
          "Id": 3497,
          "Name": "Stade Larbi Zaouli",
          "Capacity": 30000,
          "Country": {
            "Id": 131,
            "Name": "Morocco"
          },
          "City": {
            "Id": 2280,
            "Name": "Casablanca"
          }
        },
        "Stage": {
          "Id": 1,
          "Name": "Qualification"
        }
      },
      "Livescore": null,
      "Markets": null
    }
  ]
}
```

</details>

***

## GetFixtureMarkets

Retrieve a snapshot of markets for InPlay fixtures.

## POST /InPlay/GetFixtureMarkets

>

```json
{"openapi":"3.0.1","info":{"title":"Snapshot","version":"v1.0"},"paths":{"/InPlay/GetFixtureMarkets":{"post":{"tags":["InPlay"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}}}},"responses":{"200":{"description":"Success"}}}}},"components":{"schemas":{"SnapshotFilteredRequestDto":{"required":["packageId","password","userName"],"type":"object","properties":{"userName":{"minLength":1,"type":"string"},"password":{"minLength":1,"type":"string"},"packageId":{"maximum":2147483647,"minimum":1,"type":"integer","format":"int32"},"sports":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"locations":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"leagues":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"tournaments":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"fixtures":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"markets":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"fromDate":{"type":"integer","format":"int64","nullable":true},"toDate":{"type":"integer","format":"int64","nullable":true},"timestamp":{"type":"integer","format":"int64","nullable":true}},"additionalProperties":false}}}}
```

<details>

<summary>Example of 'Inplay/GetFixtureMarkets' (JSON)</summary>

```json
{
  "Header": {
    "Type": 36,
    "MsgGuid": "326e329c-382c-427f-8b8d-8bcf4c747a51",
    "ServerTimestamp": 1717973057372
  },
  "Body": [
    {
      "FixtureId": 13059446,
      "Livescore": null,
      "Markets": [
        {
          "Id": 2,
          "Name": "Under/Over",
          "MainLine": "80.5",
          "Bets": [
            {
              "Probability": 0.5,
              "Id": 10924456513059446,
              "Name": "Under",
              "Line": "76.5",
              "BaseLine": "76.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 10924463113059446,
              "Name": "Under",
              "Line": "74.5",
              "BaseLine": "74.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 181259031413059446,
              "Name": "Over",
              "Line": "80.5",
              "BaseLine": "80.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.88",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-1.1363636363636365",
              "PriceUS": "-114",
              "PriceUK": "22/25",
              "PriceMA": "0.8799999999999999",
              "PriceHK": "0.8799999999999999"
            },
            {
              "Probability": 0.5,
              "Id": 10924477113059446,
              "Name": "Under",
              "Line": "78.5",
              "BaseLine": "78.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 135307688513059446,
              "Name": "Over",
              "Line": "78.5",
              "BaseLine": "78.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 153026540113059446,
              "Name": "Over",
              "Line": "72.5",
              "BaseLine": "72.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 65417092613059446,
              "Name": "Over",
              "Line": "75.5",
              "BaseLine": "75.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 10924466013059446,
              "Name": "Under",
              "Line": "77.5",
              "BaseLine": "77.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 10924472613059446,
              "Name": "Under",
              "Line": "75.5",
              "BaseLine": "75.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 10924444113059446,
              "Name": "Under",
              "Line": "72.5",
              "BaseLine": "72.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 10924486613059446,
              "Name": "Under",
              "Line": "79.5",
              "BaseLine": "79.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 139600944613059446,
              "Name": "Over",
              "Line": "79.5",
              "BaseLine": "79.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 91239240613059446,
              "Name": "Under",
              "Line": "80.5",
              "BaseLine": "80.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.88",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-1.1363636363636365",
              "PriceUS": "-114",
              "PriceUK": "22/25",
              "PriceMA": "0.8799999999999999",
              "PriceHK": "0.8799999999999999"
            },
            {
              "Probability": 0.5,
              "Id": 89171003913059446,
              "Name": "Over",
              "Line": "74.5",
              "BaseLine": "74.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 10924453613059446,
              "Name": "Under",
              "Line": "73.5",
              "BaseLine": "73.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 10924460213059446,
              "Name": "Under",
              "Line": "71.5",
              "BaseLine": "71.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 91239231113059446,
              "Name": "Under",
              "Line": "81.5",
              "BaseLine": "81.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 26670934913059446,
              "Name": "Over",
              "Line": "81.5",
              "BaseLine": "81.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 26670943813059446,
              "Name": "Over",
              "Line": "71.5",
              "BaseLine": "71.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 60938503713059446,
              "Name": "Over",
              "Line": "76.5",
              "BaseLine": "76.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 93649592813059446,
              "Name": "Over",
              "Line": "77.5",
              "BaseLine": "77.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.5,
              "Id": 1561556413059446,
              "Name": "Over",
              "Line": "73.5",
              "BaseLine": "73.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "0",
              "LastUpdate": "2024-06-09T22:32:22.3908242Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            }
          ]
        }
      ]
    },
    {
      "FixtureId": 13063508,
      "Livescore": null,
      "Markets": [
        {
          "Id": 2,
          "Name": "Under/Over",
          "MainLine": "117.5",
          "Bets": [
            {
              "Probability": 0.54521,
              "Id": 57774260313063508,
              "Name": "Over",
              "Line": "106.5",
              "BaseLine": "106.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": -1.0,
              "Id": 22344364713063508,
              "Name": "Over",
              "Line": "96.5",
              "BaseLine": "96.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:22:44.3898206Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.45867,
              "Id": 201086530613063508,
              "Name": "Under",
              "Line": "101.5",
              "BaseLine": "101.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.38",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.38",
              "PriceUS": "138",
              "PriceUK": "69/50",
              "PriceMA": "-0.7246376811594204",
              "PriceHK": "1.38"
            },
            {
              "Probability": 0.49262,
              "Id": 188170431213063508,
              "Name": "Over",
              "Line": "118.5",
              "BaseLine": "118.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.44915,
              "Id": 88156529813063508,
              "Name": "Under",
              "Line": "109.5",
              "BaseLine": "109.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": -1.0,
              "Id": 201086520913063508,
              "Name": "Under",
              "Line": "111.5",
              "BaseLine": "111.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.45539,
              "Id": 108998494213063508,
              "Name": "Under",
              "Line": "105.5",
              "BaseLine": "105.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.44297,
              "Id": 186970280513063508,
              "Name": "Under",
              "Line": "100.5",
              "BaseLine": "100.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.4",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.4",
              "PriceUS": "140",
              "PriceUK": "7/5",
              "PriceMA": "-0.7142857142857143",
              "PriceHK": "1.4"
            },
            {
              "Probability": 0.44915,
              "Id": 137230994413063508,
              "Name": "Under",
              "Line": "107.5",
              "BaseLine": "107.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.54072,
              "Id": 188170448513063508,
              "Name": "Over",
              "Line": "115.5",
              "BaseLine": "115.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.552",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-1.8115942028985506",
              "PriceUS": "-181",
              "PriceUK": "69/125",
              "PriceMA": "0.552",
              "PriceHK": "0.552"
            },
            {
              "Probability": 0.54371,
              "Id": 188170464213063508,
              "Name": "Over",
              "Line": "112.5",
              "BaseLine": "112.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.45928,
              "Id": 108998484513063508,
              "Name": "Under",
              "Line": "115.5",
              "BaseLine": "115.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.23",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.23",
              "PriceUS": "123",
              "PriceUK": "107/87",
              "PriceMA": "-0.8130081300813008",
              "PriceHK": "1.23"
            },
            {
              "Probability": 0.45271,
              "Id": 94882234413063508,
              "Name": "Under",
              "Line": "114.5",
              "BaseLine": "114.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.17",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.17",
              "PriceUS": "117",
              "PriceUK": "117/100",
              "PriceMA": "-0.8547008547008548",
              "PriceHK": "1.17"
            },
            {
              "Probability": 0.49598,
              "Id": 123114734613063508,
              "Name": "Under",
              "Line": "116.5",
              "BaseLine": "116.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.46",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.46",
              "PriceUS": "146",
              "PriceUK": "73/50",
              "PriceMA": "-0.684931506849315",
              "PriceHK": "1.46"
            },
            {
              "Probability": 0.44562,
              "Id": 186970270813063508,
              "Name": "Under",
              "Line": "110.5",
              "BaseLine": "110.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.06",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.06",
              "PriceUS": "106",
              "PriceUK": "53/50",
              "PriceMA": "-0.9433962264150942",
              "PriceHK": "1.06"
            },
            {
              "Probability": 0.55085,
              "Id": 57774243013063508,
              "Name": "Over",
              "Line": "109.5",
              "BaseLine": "109.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.45479,
              "Id": 123114744313063508,
              "Name": "Under",
              "Line": "106.5",
              "BaseLine": "106.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": -1.0,
              "Id": 57774253713063508,
              "Name": "Over",
              "Line": "104.5",
              "BaseLine": "104.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.525",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-1.904761904761905",
              "PriceUS": "-190",
              "PriceUK": "21/40",
              "PriceMA": "0.5249999999999999",
              "PriceHK": "0.5249999999999999"
            },
            {
              "Probability": -1.0,
              "Id": 200177708513063508,
              "Name": "Under",
              "Line": "113.5",
              "BaseLine": "113.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.51482,
              "Id": 137230984713063508,
              "Name": "Under",
              "Line": "117.5",
              "BaseLine": "117.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.79",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-1.2658227848101264",
              "PriceUS": "-127",
              "PriceUK": "79/100",
              "PriceMA": "0.79",
              "PriceHK": "0.79"
            },
            {
              "Probability": -1.0,
              "Id": 94882244113063508,
              "Name": "Under",
              "Line": "104.5",
              "BaseLine": "104.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.3",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.2999999999999998",
              "PriceUS": "130",
              "PriceUK": "13/10",
              "PriceMA": "-0.7692307692307694",
              "PriceHK": "1.2999999999999998"
            },
            {
              "Probability": 0.55438,
              "Id": 188170457613063508,
              "Name": "Over",
              "Line": "110.5",
              "BaseLine": "110.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.704",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-1.4204545454545456",
              "PriceUS": "-142",
              "PriceUK": "88/125",
              "PriceMA": "0.704",
              "PriceHK": "0.704"
            },
            {
              "Probability": 0.54729,
              "Id": 188170445213063508,
              "Name": "Over",
              "Line": "114.5",
              "BaseLine": "114.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.584",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-1.7123287671232874",
              "PriceUS": "-171",
              "PriceUK": "73/125",
              "PriceMA": "0.5840000000000001",
              "PriceHK": "0.5840000000000001"
            },
            {
              "Probability": -1.0,
              "Id": 87305690313063508,
              "Name": "Under",
              "Line": "96.5",
              "BaseLine": "96.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:22:44.3898206Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.54461,
              "Id": 57774257013063508,
              "Name": "Over",
              "Line": "105.5",
              "BaseLine": "105.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.54967,
              "Id": 57774239713063508,
              "Name": "Over",
              "Line": "108.5",
              "BaseLine": "108.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.71",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-1.4084507042253522",
              "PriceUS": "-141",
              "PriceUK": "71/100",
              "PriceMA": "0.71",
              "PriceHK": "0.71"
            },
            {
              "Probability": 0.48518,
              "Id": 188170455113063508,
              "Name": "Over",
              "Line": "117.5",
              "BaseLine": "117.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.92",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-1.0869565217391306",
              "PriceUS": "-109",
              "PriceUK": "23/25",
              "PriceMA": "0.9199999999999999",
              "PriceHK": "0.9199999999999999"
            },
            {
              "Probability": -1.0,
              "Id": 213246151813063508,
              "Name": "Over",
              "Line": "99.5",
              "BaseLine": "99.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.45033,
              "Id": 74040279713063508,
              "Name": "Under",
              "Line": "108.5",
              "BaseLine": "108.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.06",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.06",
              "PriceUS": "106",
              "PriceUK": "53/50",
              "PriceMA": "-0.9433962264150942",
              "PriceHK": "1.06"
            },
            {
              "Probability": -1.0,
              "Id": 188170460913063508,
              "Name": "Over",
              "Line": "111.5",
              "BaseLine": "111.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.54777,
              "Id": 57774276013063508,
              "Name": "Over",
              "Line": "103.5",
              "BaseLine": "103.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.48",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-2.0833333333333335",
              "PriceUS": "-208",
              "PriceUK": "12/25",
              "PriceMA": "0.48",
              "PriceHK": "0.48"
            },
            {
              "Probability": -1.0,
              "Id": 87305701413063508,
              "Name": "Under",
              "Line": "99.5",
              "BaseLine": "99.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.50402,
              "Id": 188170451813063508,
              "Name": "Over",
              "Line": "116.5",
              "BaseLine": "116.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.46",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-2.173913043478261",
              "PriceUS": "-217",
              "PriceUK": "23/50",
              "PriceMA": "0.45999999999999996",
              "PriceHK": "0.45999999999999996"
            },
            {
              "Probability": 0.55703,
              "Id": 57774266113063508,
              "Name": "Over",
              "Line": "100.5",
              "BaseLine": "100.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.48",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-2.0833333333333335",
              "PriceUS": "-208",
              "PriceUK": "12/25",
              "PriceMA": "0.48",
              "PriceHK": "0.48"
            },
            {
              "Probability": -1.0,
              "Id": 188170467513063508,
              "Name": "Over",
              "Line": "113.5",
              "BaseLine": "113.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.54133,
              "Id": 57774269413063508,
              "Name": "Over",
              "Line": "101.5",
              "BaseLine": "101.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1.49",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-2.0408163265306123",
              "PriceUS": "-204",
              "PriceUK": "19/39",
              "PriceMA": "0.49",
              "PriceHK": "0.49"
            },
            {
              "Probability": 0.45223,
              "Id": 200177698813063508,
              "Name": "Under",
              "Line": "103.5",
              "BaseLine": "103.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "2.4",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "1.4",
              "PriceUS": "140",
              "PriceUK": "7/5",
              "PriceMA": "-0.7142857142857143",
              "PriceHK": "1.4"
            },
            {
              "Probability": 0.50738,
              "Id": 74040270013063508,
              "Name": "Under",
              "Line": "118.5",
              "BaseLine": "118.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.55085,
              "Id": 57774263613063508,
              "Name": "Over",
              "Line": "107.5",
              "BaseLine": "107.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 2,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            },
            {
              "Probability": 0.45629,
              "Id": 214293958613063508,
              "Name": "Under",
              "Line": "112.5",
              "BaseLine": "112.5",
              "Status": 3,
              "StartPrice": "1.0",
              "Price": "1",
              "Settlement": 1,
              "ProviderBetId": "145",
              "LastUpdate": "2024-06-09T22:27:41.3901252Z",
              "PriceIN": "-Infinity",
              "PriceUS": "-1000000",
              "PriceUK": "0/1",
              "PriceMA": "0",
              "PriceHK": "0"
            }
          ]
        }
      ]
    }
  ]
}
```

</details>

***

## GetScores

Retrieve a snapshot of live scores for InPlay fixtures.

## POST /InPlay/GetScores

>

```json
{"openapi":"3.0.1","info":{"title":"Snapshot","version":"v1.0"},"paths":{"/InPlay/GetScores":{"post":{"tags":["InPlay"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/SnapshotFilteredRequestDto"}}}},"responses":{"200":{"description":"Success"}}}}},"components":{"schemas":{"SnapshotFilteredRequestDto":{"required":["packageId","password","userName"],"type":"object","properties":{"userName":{"minLength":1,"type":"string"},"password":{"minLength":1,"type":"string"},"packageId":{"maximum":2147483647,"minimum":1,"type":"integer","format":"int32"},"sports":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"locations":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"leagues":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"tournaments":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"fixtures":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"markets":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"fromDate":{"type":"integer","format":"int64","nullable":true},"toDate":{"type":"integer","format":"int64","nullable":true},"timestamp":{"type":"integer","format":"int64","nullable":true}},"additionalProperties":false}}}}
```

<details>

<summary>Example of '/Inplay/GetScores'</summary>

```json
{
  "Header": {
    "Type": 36,
    "MsgGuid": "5dc9d78a-ef4f-40be-bd70-251c173158b3",
    "ServerTimestamp": 1717973762274
  },
  "Body": [
    {
      "FixtureId": 13059446,
      "Livescore": {
        "Scoreboard": {
          "Status": 3,
          "CurrentPeriod": 100,
          "Time": "-1",
          "Results": [
            {
              "Position": "1",
              "Value": "3"
            },
            {
              "Position": "2",
              "Value": "1"
            }
          ]
        },
        "Periods": [
          {
            "Type": 1,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "7"
              },
              {
                "Position": "2",
                "Value": "11"
              }
            ],
            "Incidents": [
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "6"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "7"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "4"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "5"
                  },
                  {
                    "Position": "2",
                    "Value": "8"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "6"
                  },
                  {
                    "Position": "2",
                    "Value": "8"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "6"
                  },
                  {
                    "Position": "2",
                    "Value": "9"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "8"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "2"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "2"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "7"
                  },
                  {
                    "Position": "2",
                    "Value": "11"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "7"
                  },
                  {
                    "Position": "2",
                    "Value": "9"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "7"
                  },
                  {
                    "Position": "2",
                    "Value": "10"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "6"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              }
            ],
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 2,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "11"
              },
              {
                "Position": "2",
                "Value": "2"
              }
            ],
            "Incidents": [
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "18"
                  },
                  {
                    "Position": "2",
                    "Value": "13"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "11"
                  },
                  {
                    "Position": "2",
                    "Value": "12"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "10"
                  },
                  {
                    "Position": "2",
                    "Value": "12"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "15"
                  },
                  {
                    "Position": "2",
                    "Value": "12"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "16"
                  },
                  {
                    "Position": "2",
                    "Value": "13"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "10"
                  },
                  {
                    "Position": "2",
                    "Value": "11"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "12"
                  },
                  {
                    "Position": "2",
                    "Value": "12"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "17"
                  },
                  {
                    "Position": "2",
                    "Value": "13"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "13"
                  },
                  {
                    "Position": "2",
                    "Value": "12"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "14"
                  },
                  {
                    "Position": "2",
                    "Value": "12"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "16"
                  },
                  {
                    "Position": "2",
                    "Value": "12"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "8"
                  },
                  {
                    "Position": "2",
                    "Value": "11"
                  }
                ]
              },
              {
                "Period": 2,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "9"
                  },
                  {
                    "Position": "2",
                    "Value": "11"
                  }
                ]
              }
            ],
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 3,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "11"
              },
              {
                "Position": "2",
                "Value": "7"
              }
            ],
            "Incidents": [
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "23"
                  },
                  {
                    "Position": "2",
                    "Value": "16"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "28"
                  },
                  {
                    "Position": "2",
                    "Value": "19"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "22"
                  },
                  {
                    "Position": "2",
                    "Value": "15"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "24"
                  },
                  {
                    "Position": "2",
                    "Value": "19"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "23"
                  },
                  {
                    "Position": "2",
                    "Value": "18"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "24"
                  },
                  {
                    "Position": "2",
                    "Value": "18"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "26"
                  },
                  {
                    "Position": "2",
                    "Value": "19"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "25"
                  },
                  {
                    "Position": "2",
                    "Value": "19"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "20"
                  },
                  {
                    "Position": "2",
                    "Value": "15"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "23"
                  },
                  {
                    "Position": "2",
                    "Value": "15"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "28"
                  },
                  {
                    "Position": "2",
                    "Value": "20"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "29"
                  },
                  {
                    "Position": "2",
                    "Value": "20"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "20"
                  },
                  {
                    "Position": "2",
                    "Value": "13"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "20"
                  },
                  {
                    "Position": "2",
                    "Value": "14"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "19"
                  },
                  {
                    "Position": "2",
                    "Value": "13"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "27"
                  },
                  {
                    "Position": "2",
                    "Value": "19"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "21"
                  },
                  {
                    "Position": "2",
                    "Value": "15"
                  }
                ]
              },
              {
                "Period": 3,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "23"
                  },
                  {
                    "Position": "2",
                    "Value": "17"
                  }
                ]
              }
            ],
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 4,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "11"
              },
              {
                "Position": "2",
                "Value": "8"
              }
            ],
            "Incidents": [
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "35"
                  },
                  {
                    "Position": "2",
                    "Value": "25"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "37"
                  },
                  {
                    "Position": "2",
                    "Value": "27"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "30"
                  },
                  {
                    "Position": "2",
                    "Value": "20"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "37"
                  },
                  {
                    "Position": "2",
                    "Value": "28"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "38"
                  },
                  {
                    "Position": "2",
                    "Value": "28"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "40"
                  },
                  {
                    "Position": "2",
                    "Value": "28"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "33"
                  },
                  {
                    "Position": "2",
                    "Value": "22"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "34"
                  },
                  {
                    "Position": "2",
                    "Value": "23"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "31"
                  },
                  {
                    "Position": "2",
                    "Value": "21"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "31"
                  },
                  {
                    "Position": "2",
                    "Value": "20"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "36"
                  },
                  {
                    "Position": "2",
                    "Value": "26"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "39"
                  },
                  {
                    "Position": "2",
                    "Value": "28"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "31"
                  },
                  {
                    "Position": "2",
                    "Value": "22"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "35"
                  },
                  {
                    "Position": "2",
                    "Value": "26"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "34"
                  },
                  {
                    "Position": "2",
                    "Value": "24"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "35"
                  },
                  {
                    "Position": "2",
                    "Value": "24"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "37"
                  },
                  {
                    "Position": "2",
                    "Value": "26"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "34"
                  },
                  {
                    "Position": "2",
                    "Value": "22"
                  }
                ]
              },
              {
                "Period": 4,
                "IncidentType": 27,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "32"
                  },
                  {
                    "Position": "2",
                    "Value": "22"
                  }
                ]
              }
            ],
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 100,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "3"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 0
          }
        ],
        "LivescoreExtraData": [
          {
            "Name": "Turn",
            "Value": "2"
          }
        ]
      },
      "Markets": null
    },
    {
      "FixtureId": 13052735,
      "Livescore": {
        "Scoreboard": {
          "Status": 2,
          "CurrentPeriod": 1,
          "Time": "504",
          "Results": [
            {
              "Position": "1",
              "Value": "2"
            },
            {
              "Position": "2",
              "Value": "3"
            }
          ]
        },
        "Periods": [
          {
            "Type": 1,
            "IsFinished": false,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "2"
              },
              {
                "Position": "2",
                "Value": "3"
              }
            ],
            "Incidents": [
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": 536,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 1,
                "IncidentType": 27,
                "Seconds": 586,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              }
            ],
            "SubPeriods": null,
            "SequenceNumber": 0
          }
        ],
        "Statistics": [
          {
            "Type": 31,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 32,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 12,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 28,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 30,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": null
          }
        ],
        "LivescoreExtraData": [
          {
            "Name": "Turn",
            "Value": "2"
          },
          {
            "Name": "Possession",
            "Value": "Away"
          }
        ]
      },
      "Markets": null
    }
  ]
}
```

</details>
