# PreMatch

Use these endpoints to retrieve a current snapshot of PreMatch 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 PreMatch events, including fixtures, markets, and scores.

## POST /PreMatch/GetEvents

>

```json
{"openapi":"3.0.1","info":{"title":"Snapshot","version":"v1.0"},"paths":{"/PreMatch/GetEvents":{"post":{"tags":["PreMatch"],"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 'Prematch/GetEvents'</summary>

```json
{
  "Header": {
    "Type": 36,
    "MsgGuid": "82f795f0-f234-4698-a607-4b02e5346ada",
    "ServerTimestamp": 1760262165244
  },
  "Body": [
    {
      "FixtureId": 16915866,
      "Fixture": {
        "Subscription": {
          "Type": 2,
          "Status": 1
        },
        "Sport": {
          "Id": 6046,
          "Name": "Football"
        },
        "Location": {
          "Id": 203,
          "Name": "Argentina"
        },
        "League": {
          "Id": 41558,
          "Name": "Liga Profesional"
        },
        "StartDate": "2025-10-12T01:15:00",
        "LastUpdate": "2025-10-12T03:14:59.047223",
        "Status": 3,
        "Participants": [
          {
            "Id": 51983045,
            "Name": "CA Belgrano",
            "Position": "1",
            "ExtraData": [
              {
                "Name": "Form",
                "Value": "L-D-W-D-D"
              }
            ]
          },
          {
            "Id": 14955,
            "Name": "Estudiantes de La Plata",
            "Position": "2",
            "ExtraData": [
              {
                "Name": "Form",
                "Value": "L-L-W-D-D"
              }
            ]
          }
        ],
        "FixtureExtraData": [
          {
            "Name": "RotationNumbers",
            "Value": "827020,827019"
          },
          {
            "Name": "WithLivescore",
            "Value": "true"
          },
          {
            "Name": "WithInPlay",
            "Value": "true"
          }
        ],
        "Venue": {
          "Id": 365,
          "Name": "Estadio Julio CÃ©sar Villagra",
          "Capacity": 38500,
          "Country": {
            "Id": 203,
            "Name": "Argentina"
          },
          "City": {
            "Id": 303,
            "Name": "Cordoba"
          }
        },
        "Stage": {
          "Id": 13,
          "Name": "Clausura"
        },
        "Round": {
          "Id": 20,
          "Name": "12"
        }
      },
      "Livescore": {
        "Scoreboard": {
          "Status": 3,
          "CurrentPeriod": 100,
          "Time": "5400",
          "Results": [
            {
              "Position": "1",
              "Value": "1"
            },
            {
              "Position": "2",
              "Value": "1"
            }
          ],
          "Clock": {
            "Status": 0,
            "Seconds": 5820
          }
        },
        "Periods": [
          {
            "Type": 100,
            "IsFinished": true,
            "IsConfirmed": false,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 1
          },
          {
            "Type": 10,
            "IsFinished": true,
            "IsConfirmed": false,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 2
          },
          {
            "Type": 20,
            "IsFinished": true,
            "IsConfirmed": false,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": [
              {
                "Period": 20,
                "IncidentType": 27,
                "Seconds": 4080,
                "ParticipantPosition": "1",
                "PlayerId": "304779",
                "PlayerName": "Nicolas Fernandez",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 24,
                "Seconds": 5640,
                "ParticipantPosition": "2",
                "PlayerId": "169453",
                "PlayerName": "Gabriel Compagnucci",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              }
            ],
            "SubPeriods": null,
            "SequenceNumber": 3
          }
        ],
        "Statistics": [
          {
            "Type": 1,
            "Results": [
              {
                "Position": "1",
                "Value": "2"
              },
              {
                "Position": "2",
                "Value": "10"
              }
            ],
            "Incidents": [
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "4"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "4"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "2"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "8"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "6"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "7"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "9"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "10"
                  }
                ]
              }
            ]
          },
          {
            "Type": 2,
            "Results": [
              {
                "Position": "1",
                "Value": "4"
              },
              {
                "Position": "2",
                "Value": "6"
              }
            ],
            "Incidents": [
              {
                "Period": 20,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "6"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "4"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "2"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "4"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 2,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              }
            ]
          },
          {
            "Type": 3,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "8"
              }
            ],
            "Incidents": [
              {
                "Period": 10,
                "IncidentType": 3,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 3,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 3,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "4"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 3,
                "Seconds": -1,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 3,
                "Seconds": -1,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "8"
                  }
                ]
              },
              {
                "Period"...
```

</details>

***

## GetFixtures

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

## POST /PreMatch/GetFixtures

>

```json
{"openapi":"3.0.1","info":{"title":"Snapshot","version":"v1.0"},"paths":{"/PreMatch/GetFixtures":{"post":{"tags":["PreMatch"],"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 'Prematch/GetFixtures' (JSON)</summary>

```json
{
  "Header": {
    "Type": 36,
    "MsgGuid": "16204754-ef7b-4cd2-8a35-bcfffa3bad08",
    "ServerTimestamp": 1760262138165
  },
  "Body": [
    {
      "FixtureId": 16915866,
      "Fixture": {
        "Subscription": {
          "Type": 2,
          "Status": 1
        },
        "Sport": {
          "Id": 6046,
          "Name": "Football"
        },
        "Location": {
          "Id": 203,
          "Name": "Argentina"
        },
        "League": {
          "Id": 41558,
          "Name": "Liga Profesional"
        },
        "StartDate": "2025-10-12T01:15:00",
        "LastUpdate": "2025-10-12T03:14:59.047223",
        "Status": 3,
        "Participants": [
          {
            "Id": 51983045,
            "Name": "CA Belgrano",
            "Position": "1",
            "ExtraData": [
              {
                "Name": "Form",
                "Value": "L-D-W-D-D"
              }
            ]
          },
          {
            "Id": 14955,
            "Name": "Estudiantes de La Plata",
            "Position": "2",
            "ExtraData": [
              {
                "Name": "Form",
                "Value": "L-L-W-D-D"
              }
            ]
          }
        ],
        "FixtureExtraData": [
          {
            "Name": "RotationNumbers",
            "Value": "827020,827019"
          },
          {
            "Name": "WithInPlay",
            "Value": "true"
          },
          {
            "Name": "WithLivescore",
            "Value": "true"
          }
        ],
        "Venue": {
          "Id": 365,
          "Name": "Estadio Julio CÃ©sar Villagra",
          "Capacity": 38500,
          "Country": {
            "Id": 203,
            "Name": "Argentina"
          },
          "City": {
            "Id": 303,
            "Name": "Cordoba"
          }
        },
        "Stage": {
          "Id": 13,
          "Name": "Clausura"
        },
        "Round": {
          "Id": 20,
          "Name": "12"
        }
      },
      "Livescore": null,
      "Markets": null
    }
  ]
}
```

</details>

***

## GetFixtureMarkets

Retrieve a snapshot of markets for PreMatch fixtures.

## POST /PreMatch/GetFixtureMarkets

>

```json
{"openapi":"3.0.1","info":{"title":"Snapshot","version":"v1.0"},"paths":{"/PreMatch/GetFixtureMarkets":{"post":{"tags":["PreMatch"],"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 'Prematch/GetFixturesMarket' (JSON)</summary>

```json
{
  "Header": {
    "Type": 36,
    "MsgGuid": "386887ef-424c-4c8e-b7f9-bc7bc029ee79",
    "ServerTimestamp": 1717973642206
  },
  "Body": [
    {
      "FixtureId": 12997587,
      "Livescore": null,
      "Markets": [
        {
          "Id": 999,
          "Name": "Last Match Corner - 12",
          "Bets": [
            {
              "Probability": 0.66265,
              "SuspensionReason": 1,
              "Id": 56825780312997587,
              "Name": "1",
              "Status": 2,
              "StartPrice": "1.0",
              "Price": "1.4",
              "ProviderBetId": "8",
              "LastUpdate": "2024-06-09T22:52:35.5678249Z"
            },
            {
              "Probability": 0.33735,
              "SuspensionReason": 1,
              "Id": 99782613812997587,
              "Name": "2",
              "Status": 2,
              "StartPrice": "1.0",
              "Price": "2.75",
              "ProviderBetId": "8",
              "LastUpdate": "2024-06-09T22:52:35.567825Z"
            }
          ]
        }
      ]
    }
  ]
}
```

</details>

***

## GetScores

Retrieve a snapshot of scores for PreMatch fixtures.

## POST /PreMatch/GetScores

>

```json
{"openapi":"3.0.1","info":{"title":"Snapshot","version":"v1.0"},"paths":{"/PreMatch/GetScores":{"post":{"tags":["PreMatch"],"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 '/PreMatch/GetScores'</summary>

```json
{
  "Header": {
    "Type": 36,
    "MsgGuid": "26758006-34ad-4fc7-871c-cfd8a131ee8c",
    "ServerTimestamp": 1717971118805
  },
  "Body": [
    {
      "FixtureId": 13045404,
      "Livescore": {
        "Scoreboard": {
          "Status": 3,
          "CurrentPeriod": 100,
          "Time": "5760",
          "Results": [
            {
              "Position": "1",
              "Value": "3"
            },
            {
              "Position": "2",
              "Value": "1"
            }
          ]
        },
        "Periods": [
          {
            "Type": 100,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "3"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 10,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "2"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": [
              {
                "Period": 10,
                "IncidentType": 27,
                "Seconds": 2460,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 27,
                "Seconds": 2700,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              }
            ],
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 20,
            "IsFinished": true,
            "IsConfirmed": true,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": [
              {
                "Period": 20,
                "IncidentType": 27,
                "Seconds": 3180,
                "ParticipantPosition": "1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 27,
                "Seconds": 5460,
                "ParticipantPosition": "2",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              }
            ],
            "SubPeriods": null,
            "SequenceNumber": 0
          }
        ],
        "Statistics": [
          {
            "Type": 1,
            "Results": [
              {
                "Position": "1",
                "Value": "8"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": [
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": 960,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": 2520,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": 2700,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 3120,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 3420,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "5"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 4260,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "6"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 4740,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "7"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 5640,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "8"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              }
            ]
          },
          {
            "Type": 2,
            "Results": [
              {
                "Position": "1",
                "Value": "13"
              },
              {
                "Position": "2",
                "Value": "2"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 3,
            "Results": [
              {
                "Position": "1",
                "Value": "13"
              },
              {
                "Position": "2",
                "Value": "4"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 4,
            "Results": [
              {
                "Position": "1",
                "Value": "160"
              },
              {
                "Position": "2",
                "Value": "76"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 5,
            "Results": [
              {
                "Position": "1",
                "Value": "97"
              },
              {
                "Position": "2",
                "Value": "35"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 6,
            "Results": [
              {
                "Position": "1",
                "Value": "4"
              },
              {
                "Position": "2",
                "Value": "3"
              }
            ],
            "Incidents": [
              {
                "Period": 10,
                "IncidentType": 6,
                "Seconds": 1200,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 6,
                "Seconds": 2400,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 6,
                "Seconds": 2940,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 6,
                "Seconds": 4080,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "2"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 6,
                "Seconds": 5100,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 6,
                "Seconds": 5460,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 6,
                "Seconds": 5700,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "4"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              }
            ]
          },
          {
            "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": 10,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 13,
            "Results": [
              {
                "Position": "1",
                "Value": "3"
              },
              {
                "Position": "2",
                "Value": "2"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 14,
            "Results": [
              {
                "Position": "1",
                "Value": "2"
              },
              {
                "Position": "2",
                "Value": "2"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 15,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 17,
            "Results": [
              {
                "Position": "1",
                "Value": "5"
              },
              {
                "Position": "2",
                "Value": "6"
              }
            ],
            "Incidents": null
          }
        ],
        "LivescoreExtraData": [
          {
            "Name": "Turn",
            "Value": "1"
          }
        ]
      },
      "Markets": null
    },
    {
      "FixtureId": 13045450,
      "Livescore": {
        "Scoreboard": {
          "Status": 3,
          "CurrentPeriod": 102,
          "Time": "5400",
          "Results": [
            {
              "Position": "1",
              "Value": "0"
            },
            {
              "Position": "2",
              "Value": "1"
            }
          ]
        },
        "Periods": [
          {
            "Type": 100,
            "IsFinished": true,
            "IsConfirmed": false,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 102,
            "IsFinished": true,
            "IsConfirmed": false,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 10,
            "IsFinished": true,
            "IsConfirmed": false,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 50,
            "IsFinished": true,
            "IsConfirmed": false,
            "Results": [
              {
                "Position": "1",
                "Value": "4"
              },
              {
                "Position": "2",
                "Value": "5"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 0
          },
          {
            "Type": 20,
            "IsFinished": true,
            "IsConfirmed": false,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null,
            "SubPeriods": null,
            "SequenceNumber": 0
          }
        ],
        "Statistics": [
          {
            "Type": 1,
            "Results": [
              {
                "Position": "1",
                "Value": "3"
              },
              {
                "Position": "2",
                "Value": "8"
              }
            ],
            "Incidents": [
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": 772,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": 1009,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "2"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": 1794,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "3"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": 1880,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "4"
                  }
                ]
              },
              {
                "Period": 10,
                "IncidentType": 1,
                "Seconds": 2553,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "0"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 2907,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 3189,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 3930,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "5"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 4026,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "6"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 4252,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "7"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 1,
                "Seconds": 5376,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "3"
                  },
                  {
                    "Position": "2",
                    "Value": "8"
                  }
                ]
              }
            ]
          },
          {
            "Type": 2,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "3"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 3,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "6"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 4,
            "Results": [
              {
                "Position": "1",
                "Value": "73"
              },
              {
                "Position": "2",
                "Value": "81"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 5,
            "Results": [
              {
                "Position": "1",
                "Value": "30"
              },
              {
                "Position": "2",
                "Value": "53"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 6,
            "Results": [
              {
                "Position": "1",
                "Value": "2"
              },
              {
                "Position": "2",
                "Value": "1"
              }
            ],
            "Incidents": [
              {
                "Period": 10,
                "IncidentType": 6,
                "Seconds": 720,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 6,
                "Seconds": 3660,
                "ParticipantPosition": "2",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              },
              {
                "Period": 20,
                "IncidentType": 6,
                "Seconds": 4380,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "2"
                  },
                  {
                    "Position": "2",
                    "Value": "1"
                  }
                ]
              }
            ]
          },
          {
            "Type": 7,
            "Results": [
              {
                "Position": "1",
                "Value": "1"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": [
              {
                "Period": 10,
                "IncidentType": 7,
                "Seconds": 2160,
                "ParticipantPosition": "1",
                "PlayerId": "-1",
                "Results": [
                  {
                    "Position": "1",
                    "Value": "1"
                  },
                  {
                    "Position": "2",
                    "Value": "0"
                  }
                ]
              }
            ]
          },
          {
            "Type": 8,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "0"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 10,
            "Results": [
              {
                "Position": "1",
                "Value": "4"
              },
              {
                "Position": "2",
                "Value": "3"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 11,
            "Results": [
              {
                "Position": "1",
                "Value": "50"
              },
              {
                "Position": "2",
                "Value": "50"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 13,
            "Results": [
              {
                "Position": "1",
                "Value": "7"
              },
              {
                "Position": "2",
                "Value": "5"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 14,
            "Results": [
              {
                "Position": "1",
                "Value": "12"
              },
              {
                "Position": "2",
                "Value": "4"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 15,
            "Results": [
              {
                "Position": "1",
                "Value": "0"
              },
              {
                "Position": "2",
                "Value": "5"
              }
            ],
            "Incidents": null
          },
          {
            "Type": 17,
            "Results": [
              {
                "Position": "1",
                "Value": "23"
              },
              {
                "Position": "2",
                "Value": "26"
              }
            ],
            "Incidents": null
          }
        ],
        "LivescoreExtraData": [
          {
            "Name": "Turn",
            "Value": "1"
          }
        ]
      },
      "Markets": null
    }
  ]
}
```

</details>
