Snapshot
The Snapshot API is designed to provide real-time, comprehensive data snapshots of ongoing sports events. This API allows you to request detailed information about live events, enabling you to capture the current state of a fixture, including live scores, markets, and settlement data.
The Snapshot API should be used primarily when you are not in sync with the RabbitMQ feed. It serves as a fallback mechanism to ensure you can access the latest data when needed.
How to Use the Snapshot API
You can request a snapshot from our API service using the following endpoint:
Method: POST
URL: https://stm-snapshot.lsports.eu/InPlay/{action}
Request Limitations
Full Requests Without Filters: Allowed once every 15 seconds.
Filtered Requests: Allowed once per second.
Fixture Snapshot Availability: Snapshots for fixtures that ended more than 24 hours before the request will not be available.
General API Call Limit: Limited to 1 call per second for all types of requests combined.
Prematch Snapshot
Example of 'Prematch/GetEvents'
{
"Header": {
"Type": 36,
"MsgGuid": "75ecc15f-e076-4e71-803e-d30927665f2a",
"ServerTimestamp": 1717973586569
},
"Body": [
{
"FixtureId": 12997587,
"Fixture": {
"Subscription": {
"Type": 2,
"Status": 1
},
"Sport": {
"Id": 6046,
"Name": "Football"
},
"Location": {
"Id": 248,
"Name": "International"
},
"League": {
"Id": 33078,
"Name": "Friendlies National Teams"
},
"StartDate": "2024-06-09T23:00:00",
"LastUpdate": "2024-06-09T22:44:55.445619",
"Status": 9,
"Participants": [
{
"Id": 10319,
"Name": "Argentina",
"Position": "1"
},
{
"Id": 10323,
"Name": "Ecuador",
"Position": "2"
}
],
"FixtureExtraData": [
{
"Name": "WithLivescore",
"Value": "true"
},
{
"Name": "RotationNumbers",
"Value": "140374,140373"
},
{
"Name": "WithInPlay",
"Value": "true"
}
]
},
"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"
}
]
}
]
},
{
"FixtureId": 13051047,
"Fixture": {
"Subscription": {
"Type": 2,
"Status": 1
},
"Sport": {
"Id": 6046,
"Name": "Football"
},
"Location": {
"Id": 73,
"Name": "Canada"
},
"League": {
"Id": 77253,
"Name": "League 2 Ontario"
},
"StartDate": "2024-06-08T00:00:00",
"LastUpdate": "2024-06-08T04:13:15.66943",
"Status": 5,
"Participants": [
{
"Id": 53695299,
"Name": "Saint Catharines Roma",
"Position": "1"
},
{
"Id": 53695300,
"Name": "Toronto Academy",
"Position": "2"
}
],
"FixtureExtraData": [
{
"Name": "WithLivescore",
"Value": "false"
},
{
"Name": "WithInPlay",
"Value": "true"
}
]
},
"Livescore": null,
"Markets": null
}
]
}
Example OF 'Prematch/GetFixtureMarkets'
{
"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"
}
]
}
]
}
]
}
Example of 'Prematch/GetFixtures' (JSON)
{
"Header": {
"Type": 36,
"MsgGuid": "9d47b0ef-b87b-4f87-9826-909a5c735dd4",
"ServerTimestamp": 1717970875092
},
"Body": [
{
"FixtureId": 13051047,
"Fixture": {
"Subscription": {
"Type": 2,
"Status": 1
},
"Sport": {
"Id": 6046,
"Name": "Football"
},
"Location": {
"Id": 73,
"Name": "Canada"
},
"League": {
"Id": 77253,
"Name": "League 2 Ontario"
},
"StartDate": "2024-06-08T00:00:00",
"LastUpdate": "2024-06-08T04:13:15.66943",
"Status": 5,
"Participants": [
{
"Id": 53695299,
"Name": "Saint Catharines Roma",
"Position": "1"
},
{
"Id": 53695300,
"Name": "Toronto Academy",
"Position": "2"
}
],
"FixtureExtraData": [
{
"Name": "WithLivescore",
"Value": "false"
},
{
"Name": "WithInPlay",
"Value": "true"
}
]
},
"Livescore": null,
"Markets": null
},
{
"FixtureId": 12997587,
"Fixture": {
"Subscription": {
"Type": 2,
"Status": 1
},
"Sport": {
"Id": 6046,
"Name": "Football"
},
"Location": {
"Id": 248,
"Name": "International"
},
"League": {
"Id": 33078,
"Name": "Friendlies National Teams"
},
"StartDate": "2024-06-09T23:00:00",
"LastUpdate": "2024-06-07T07:01:51.625437",
"Status": 1,
"Participants": [
{
"Id": 10319,
"Name": "Argentina",
"Position": "1"
},
{
"Id": 10323,
"Name": "Ecuador",
"Position": "2"
}
],
"FixtureExtraData": [
{
"Name": "WithLivescore",
"Value": "true"
},
{
"Name": "RotationNumbers",
"Value": "140374,140373"
},
{
"Name": "WithInPlay",
"Value": "true"
}
]
},
"Livescore": null,
"Markets": null
}
]
}
Example of '/PreMatch/GetScores'
{
"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
}
]
}
Example of '/PreMatch/GetOutrightEvents'
{
"Header": {
"Type": 36,
"MsgGuid": "8f67bc37-5874-450f-8b44-089f5a170856",
"ServerTimestamp": 1717971453737
},
"Body": [
{
"Id": 11603,
"Name": "Ascot Gold Cup - Antepost",
"Type": 1,
"Events": [
{
"FixtureId": 11144792,
"OutrightFixture": {
"Subscription": {
"Type": 2,
"Status": 3
},
"Sport": {
"Id": 687888,
"Name": "Horse Racing"
},
"Location": {
"Id": 2,
"Name": "Great Britain"
},
"StartDate": "2024-06-20T15:20:00",
"LastUpdate": "2024-05-18T13:19:00.0525",
"Status": 1,
"Participants": [
{
"Id": 52521831,
"Name": "Trawlerman",
"Position": "18",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "6"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Godolphin"
},
{
"Name": "TrainerName",
"Value": "John & Thady Gosden"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Sire",
"Value": "Golden Horn"
},
{
"Name": "ProviderParticipantId",
"Value": "48253335"
},
{
"Name": "DamSire",
"Value": "Monsun"
}
]
},
{
"Id": 52197130,
"Name": "Tower Of London",
"Position": "17",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "11"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Lynch Bages Ltd & Camas Park Stud"
},
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Dam",
"Value": "Snow Pine"
},
{
"Name": "DamSire",
"Value": "Anabaa"
},
{
"Name": "Sire",
"Value": "Galileo"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "47992948"
}
]
},
{
"Id": 52447374,
"Name": "Yibir",
"Position": "13",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "17"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Godolphin"
},
{
"Name": "TrainerName",
"Value": "Charles Appleby"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Red Brown"
},
{
"Name": "ProviderParticipantId",
"Value": "48654244"
},
{
"Name": "Sire",
"Value": "Dubawi"
},
{
"Name": "DamSire",
"Value": "Monsun"
}
]
},
{
"Id": 52270550,
"Name": "Westover",
"Position": "14",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "12"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Dam",
"Value": "Danish Dollar"
},
{
"Name": "DamSire",
"Value": "Quiet American"
},
{
"Name": "Sire",
"Value": "Double Irish"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "46426780"
}
]
},
{
"Id": 52565765,
"Name": "Vauban",
"Position": "16",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "4"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "P. Decouz & S.c.e.a. Du Bas Bugey"
},
{
"Name": "TrainerName",
"Value": "Willie P. Mullins"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "ProviderParticipantId",
"Value": "46328246"
},
{
"Name": "Sire",
"Value": "Galiway"
},
{
"Name": "DamSire",
"Value": "Hurricane Run"
},
{
"Name": "Color",
"Value": "Red Brown"
}
]
},
{
"Id": 52123810,
"Name": "Trueshan",
"Position": "12",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "13"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Mr Didier Blot"
},
{
"Name": "TrainerName",
"Value": "Alan King"
},
{
"Name": "Age",
"Value": "8"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Sire",
"Value": "Planteur"
},
{
"Name": "Dam",
"Value": "Shao Line"
},
{
"Name": "DamSire",
"Value": "General Holme"
},
{
"Name": "ProviderParticipantId",
"Value": "48253393"
},
{
"Name": "Gender",
"Value": "Gelding"
}
]
},
{
"Id": 51534242,
"Name": "Saint George",
"Position": "10",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "16"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Dam",
"Value": "Cascina"
},
{
"Name": "DamSire",
"Value": "Galileo"
},
{
"Name": "Sire",
"Value": "Roaring Lion"
},
{
"Name": "Color",
"Value": "Grey"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "26684591"
}
]
},
{
"Id": 52334886,
"Name": "Quickthorn",
"Position": "15",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "18"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Lemington Grange Stud"
},
{
"Name": "TrainerName",
"Value": "Hughie Morrison"
},
{
"Name": "Age",
"Value": "7"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "DamSire",
"Value": "Oasis Dream"
},
{
"Name": "ProviderParticipantId",
"Value": "48561692"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
}
]
},
{
"Id": 52490880,
"Name": "Kyprios",
"Position": "7",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "1"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Moyglare Stud Farm Ltd"
},
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "ProviderParticipantId",
"Value": "48561690"
},
{
"Name": "Color",
"Value": "Red Brown"
},
{
"Name": "Sire",
"Value": "Galileo"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "DamSire",
"Value": "Danehill"
}
]
},
{
"Id": 51755350,
"Name": "Gregory",
"Position": "6",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "3"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Normandie Stud Ltd"
},
{
"Name": "TrainerName",
"Value": "J. & T. Gosden"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Dam",
"Value": "Jive Queen"
},
{
"Name": "DamSire",
"Value": "Galileo"
},
{
"Name": "Sire",
"Value": "Golden Horn"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "27630236"
}
]
},
{
"Id": 52793246,
"Name": "Emily Dickinson",
"Position": "5",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "9"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Chicquita Syndicate"
},
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "Age",
"Value": "5"
},
{
"Name": "ProviderParticipantId",
"Value": "48729399"
},
{
"Name": "Gender",
"Value": "Mare"
},
{
"Name": "Sire",
"Value": "Dubawi"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Montjeu"
}
]
},
{
"Id": 53211148,
"Name": "Courage Mon Ami",
"Position": "4",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "2"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Hascombe & Valiant Stud Ltd"
},
{
"Name": "TrainerName",
"Value": "John & Thady Gosden"
},
{
"Name": "Age",
"Value": "5"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48535946"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Sire",
"Value": "Frankel"
},
{
"Name": "DamSire",
"Value": "Lemon Drop Kid"
}
]
},
{
"Id": 51568034,
"Name": "Coltrane",
"Position": "3",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "7"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Rockfield Farm"
},
{
"Name": "TrainerName",
"Value": "Andrew M. Balding"
},
{
"Name": "Age",
"Value": "7"
},
{
"Name": "Dam",
"Value": "Biorra"
},
{
"Name": "DamSire",
"Value": "Montjeu"
},
{
"Name": "Sire",
"Value": "Mastercraftsman"
},
{
"Name": "ProviderParticipantId",
"Value": "48561694"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
}
]
},
{
"Id": 53056362,
"Name": "A Dream To Share",
"Position": "19",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "12"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Brucetown Farms Ltd"
},
{
"Name": "TrainerName",
"Value": "John, E. & Thomas Kiely"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "46306685"
},
{
"Name": "Sire",
"Value": "Muhaarar"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "DamSire",
"Value": "Galileo"
}
]
},
{
"Id": 52404800,
"Name": "Double Major",
"Position": "20",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "8"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Daiwa Major"
},
{
"Name": "DamSire",
"Value": "Dubleo"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "39961708"
}
]
},
{
"Id": 53511634,
"Name": "Harbour Wind",
"Position": "21",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "10"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "TrainerName",
"Value": "Dermot K. Weld"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Pivotal"
}
]
},
{
"Id": 52789692,
"Name": "Eldar Eldarov",
"Position": "22",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "12"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "ProviderParticipantId",
"Value": "48513714"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Sire",
"Value": "Dubawi"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Sea The Stars"
}
]
},
{
"Id": 52744035,
"Name": "Desert Hero",
"Position": "23",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "9"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Queen Elizabeth Ii"
},
{
"Name": "TrainerName",
"Value": "William John Haggas"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "DamSire",
"Value": "Dubawi"
},
{
"Name": "ProviderParticipantId",
"Value": "47992939"
},
{
"Name": "Sire",
"Value": "Sea The Stars"
},
{
"Name": "Color",
"Value": "Red Brown"
},
{
"Name": "Gender",
"Value": "Gelding"
}
]
},
{
"Id": 51709116,
"Name": "Waltham",
"Position": "24",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "16"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "TrainerName",
"Value": "Matthew Smith"
},
{
"Name": "Age",
"Value": "5"
},
{
"Name": "Sire",
"Value": "Roaring Lion"
},
{
"Name": "DamSire",
"Value": "Dansili"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "ProviderParticipantId",
"Value": "27959670"
},
{
"Name": "Color",
"Value": "Grey"
}
]
},
{
"Id": 52057441,
"Name": "Sweet William",
"Position": "25",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "15"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Normandie Stud Ltd"
},
{
"Name": "TrainerName",
"Value": "J. & T. Gosden"
},
{
"Name": "Age",
"Value": "5"
},
{
"Name": "Dam",
"Value": "Seadial"
},
{
"Name": "DamSire",
"Value": "Shirocco"
},
{
"Name": "Sire",
"Value": "Sea The Stars"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "ProviderParticipantId",
"Value": "48444940"
}
]
},
{
"Id": 51700121,
"Name": "Middle Earth",
"Position": "26",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "16"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "The Roheryn Partnership"
},
{
"Name": "TrainerName",
"Value": "J. & T. Gosden"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Dam",
"Value": "Perette"
},
{
"Name": "DamSire",
"Value": "Galileo"
},
{
"Name": "Sire",
"Value": "Roaring Lion"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48115565"
}
]
},
{
"Id": 53177899,
"Name": "Continuous",
"Position": "27",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "5"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Orpendale, Chelston Ire & Wynatt"
},
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Sire",
"Value": "Heart's Cry"
},
{
"Name": "ProviderParticipantId",
"Value": "48726665"
},
{
"Name": "DamSire",
"Value": "Galileo"
}
]
},
{
"Id": 52554121,
"Name": "Arrest",
"Position": "28",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "15"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Swordlestown Little"
},
{
"Name": "TrainerName",
"Value": "J. & T. Gosden"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Intikhab"
},
{
"Name": "ProviderParticipantId",
"Value": "47992936"
},
{
"Name": "Sire",
"Value": "Frankel"
},
{
"Name": "Gender",
"Value": "Colt"
}
]
},
{
"Id": 53198642,
"Name": "Alexandroupolis",
"Position": "29",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "19"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Mrs Fitri Hay"
},
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48302156"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Sire",
"Value": "Camelot"
},
{
"Name": "DamSire",
"Value": "Tamayuz"
}
]
},
{
"Id": 52517370,
"Name": "Absurde",
"Position": "30",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "8"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Wertheimer Et Frere"
},
{
"Name": "TrainerName",
"Value": "Willie P. Mullins"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "DamSire",
"Value": "Singspiel"
},
{
"Name": "ProviderParticipantId",
"Value": "46278511"
},
{
"Name": "Sire",
"Value": "Fastnet Rock"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
}
]
},
{
"Id": 52531668,
"Name": "T O Royal",
"Position": "31",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "19"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "DamSire",
"Value": "Manhattan Cafe"
},
{
"Name": "Sire",
"Value": "Leontes"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "48779365"
}
]
},
{
"Id": 53239283,
"Name": "Sumo Sam",
"Position": "32",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "17"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "Color",
"Value": "Grey"
},
{
"Name": "Gender",
"Value": "Mare"
},
{
"Name": "DamSire",
"Value": "Lope De Vega"
}
]
},
{
"Id": 51557658,
"Name": "Queenstown",
"Position": "33",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "15"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "ProviderParticipantId",
"Value": "48801312"
},
{
"Name": "DamSire",
"Value": "Danehill Dancer"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Sire",
"Value": "Galileo"
}
]
},
{
"Id": 52844653,
"Name": "Blow The Horn",
"Position": "34",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "3"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "ProviderParticipantId",
"Value": "46596188"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Sire",
"Value": "Epiphaneia"
},
{
"Name": "DamSire",
"Value": "Durandal"
}
]
},
{
"Id": 52642636,
"Name": "Prydwen",
"Position": "35",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "14"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48726868"
},
{
"Name": "Sire",
"Value": "Camelot"
},
{
"Name": "DamSire",
"Value": "Shamardal"
}
]
},
{
"Id": 52599458,
"Name": "Point Lonsdale",
"Position": "36",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "13"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48253384"
},
{
"Name": "Sire",
"Value": "Australia"
},
{
"Name": "DamSire",
"Value": "Acclamation"
}
]
},
{
"Id": 52428501,
"Name": "Naqeeb",
"Position": "37",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "12"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "ProviderParticipantId",
"Value": "36302126"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Kingmambo"
}
]
},
{
"Id": 52312740,
"Name": "Enemy",
"Position": "38",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "9"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Muhaarar"
},
{
"Name": "DamSire",
"Value": "Dansili"
},
{
"Name": "ProviderParticipantId",
"Value": "47898399"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
}
]
},
{
"Id": 52746433,
"Name": "Caius Chorister",
"Position": "39",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "3"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Gender",
"Value": "Mare"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "47993478"
},
{
"Name": "Sire",
"Value": "Golden Horn"
},
{
"Name": "DamSire",
"Value": "Soldier Of Fortune"
}
]
},
{
"Id": 51680373,
"Name": "Artistic Star",
"Position": "40",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "2"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Galileo"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "DamSire",
"Value": "Fastnet Rock"
}
]
},
{
"Id": 53273428,
"Name": "Chesspiece",
"Position": "1",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "14"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Breeder",
"Value": "Ammerland Gmbh & Co. Kg"
},
{
"Name": "TrainerName",
"Value": "S. & E. Crisford"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "DamSire",
"Value": "Shamardal"
}
]
},
{
"Id": 53161376,
"Name": "Circle of Fire",
"Position": "2",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "5"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Almanzor"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "48182516"
},
{
"Name": "DamSire",
"Value": "Galileo"
},
{
"Name": "Color",
"Value": "Dark Bay"
}
]
}
],
"ExtraData": [
{
"Name": "RaceType",
"Value": "Flat Race"
},
{
"Name": "PlaceNumber",
"Value": "3"
},
{
"Name": "RaceTitle",
"Value": "Ascot Gold Cup"
},
{
"Name": "RaceNumber",
"Value": "1"
},
{
"Name": "WithInPlay",
"Value": "false"
},
{
"Name": "PlaceOddsFactor",
"Value": "5"
},
{
"Name": "WithLivescore",
"Value": "false"
},
{
"Name": "TrackSurface",
"Value": "Turf"
},
{
"Name": "RaceDistance",
"Value": "4014"
}
]
},
"Livescore": null,
"Markets": [
{
"Id": 160,
"Name": "Race Winner",
"Bets": [
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 71952928911144792,
"Name": "Chesspiece",
"Status": 2,
"StartPrice": "1.0",
"Price": "32.8",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499104Z",
"ParticipantId": 53273428
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 121190081911144792,
"Name": "A Dream To Share",
"Status": 2,
"StartPrice": "1.0",
"Price": "26",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499105Z",
"ParticipantId": 53056362
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 68935977811144792,
"Name": "Yibir",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499101Z",
"ParticipantId": 52447374
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 17671874211144792,
"Name": "Courage Mon Ami",
"Status": 2,
"StartPrice": "1.0",
"Price": "9.6",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499107Z",
"ParticipantId": 53211148
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 17542182111144792,
"Name": "Naqeeb",
"Status": 2,
"StartPrice": "1.0",
"Price": "61.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499108Z",
"ParticipantId": 52428501
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 170601799611144792,
"Name": "Westover",
"Status": 2,
"StartPrice": "1.0",
"Price": "12",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499109Z",
"ParticipantId": 52270550
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 142913965011144792,
"Name": "Harbour Wind",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499103Z",
"ParticipantId": 53511634
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 135883521511144792,
"Name": "Caius Chorister",
"Status": 2,
"StartPrice": "1.0",
"Price": "15.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499111Z",
"ParticipantId": 52746433
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 133300903811144792,
"Name": "Sumo Sam",
"Status": 2,
"StartPrice": "1.0",
"Price": "19",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499106Z",
"ParticipantId": 53239283
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 140270954611144792,
"Name": "Prydwen",
"Status": 2,
"StartPrice": "1.0",
"Price": "67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499115Z",
"ParticipantId": 52642636
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 1219726111144792,
"Name": "Point Lonsdale",
"Status": 2,
"StartPrice": "1.0",
"Price": "25.33",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499114Z",
"ParticipantId": 52599458
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 8256952811144792,
"Name": "Eldar Eldarov",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499116Z",
"ParticipantId": 52789692
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 209258507911144792,
"Name": "Trueshan",
"Status": 2,
"StartPrice": "1.0",
"Price": "29.2",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499106Z",
"ParticipantId": 52123810
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 210823702911144792,
"Name": "Tower Of London",
"Status": 2,
"StartPrice": "1.0",
"Price": "30",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.949911Z",
"ParticipantId": 52197130
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 163028712011144792,
"Name": "Vauban",
"Status": 2,
"StartPrice": "1.0",
"Price": "9.6",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499122Z",
"ParticipantId": 52565765
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 9611802811144792,
"Name": "Sweet William",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.949911Z",
"ParticipantId": 52057441
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 201454814111144792,
"Name": "Alexandroupolis",
"Status": 2,
"StartPrice": "1.0",
"Price": "67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499112Z",
"ParticipantId": 53198642
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 94521115011144792,
"Name": "Trawlerman",
"Status": 2,
"StartPrice": "1.0",
"Price": "11.8",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499113Z",
"ParticipantId": 52521831
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 105102998911144792,
"Name": "Saint George",
"Status": 2,
"StartPrice": "1.0",
"Price": "16",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499126Z",
"ParticipantId": 51534242
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 66738648711144792,
"Name": "Absurde",
"Status": 2,
"StartPrice": "1.0",
"Price": "22.2",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499125Z",
"ParticipantId": 52517370
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 131106560011144792,
"Name": "Artistic Star",
"Status": 2,
"StartPrice": "1.0",
"Price": "47.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499124Z",
"ParticipantId": 51680373
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 56346715911144792,
"Name": "Coltrane",
"Status": 2,
"StartPrice": "1.0",
"Price": "15.4",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499115Z",
"ParticipantId": 51568034
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 126233135411144792,
"Name": "Desert Hero",
"Status": 2,
"StartPrice": "1.0",
"Price": "20",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499117Z",
"ParticipantId": 52744035
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 72604319311144792,
"Name": "T O Royal",
"Status": 2,
"StartPrice": "1.0",
"Price": "14",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499118Z",
"ParticipantId": 52531668
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 116807336711144792,
"Name": "Waltham",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499119Z",
"ParticipantId": 51709116
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 149706702711144792,
"Name": "Emily Dickinson",
"Status": 2,
"StartPrice": "1.0",
"Price": "22.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499128Z",
"ParticipantId": 52793246
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 71735643511144792,
"Name": "Enemy",
"Status": 2,
"StartPrice": "1.0",
"Price": "84.33",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499119Z",
"ParticipantId": 52312740
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 55038890011144792,
"Name": "Arrest",
"Status": 2,
"StartPrice": "1.0",
"Price": "45",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.949912Z",
"ParticipantId": 52554121
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 80600843011144792,
"Name": "Continuous",
"Status": 2,
"StartPrice": "1.0",
"Price": "16.2",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499121Z",
"ParticipantId": 53177899
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 45881743811144792,
"Name": "Kyprios",
"Status": 2,
"StartPrice": "1.0",
"Price": "2.03",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.94991Z",
"ParticipantId": 52490880
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 107113005811144792,
"Name": "Gregory",
"Status": 2,
"StartPrice": "1.0",
"Price": "8.6",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499123Z",
"ParticipantId": 51755350
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 159072836911144792,
"Name": "Blow The Horn",
"Status": 2,
"StartPrice": "1.0",
"Price": "16",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499123Z",
"ParticipantId": 52844653
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 95783596811144792,
"Name": "Middle Earth",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499127Z",
"ParticipantId": 51700121
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 65204820211144792,
"Name": "Circle Of Fire",
"Status": 2,
"StartPrice": "1.0",
"Price": "23.5",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499127Z",
"ParticipantId": 53161376
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 9481951111144792,
"Name": "Quickthorn",
"Status": 2,
"StartPrice": "1.0",
"Price": "54",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499102Z",
"ParticipantId": 52334886
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 59653229911144792,
"Name": "Double Major",
"Status": 2,
"StartPrice": "1.0",
"Price": "26.75",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499102Z",
"ParticipantId": 52404800
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 4936245811144792,
"Name": "Queenstown",
"Status": 2,
"StartPrice": "1.0",
"Price": "25.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499129Z",
"ParticipantId": 51557658
}
]
}
]
}
]
}
]
}
Example of '/PreMatch/GetOutrightFixture'
{
"Header": {
"Type": 36,
"MsgGuid": "1ef54588-3088-4db5-91aa-0f87bcf81ced",
"ServerTimestamp": 1717971385720
},
"Body": [
{
"Id": 11603,
"Name": "Ascot Gold Cup - Antepost",
"Type": 1,
"Events": [
{
"FixtureId": 11144792,
"OutrightFixture": {
"Subscription": {
"Type": 2,
"Status": 3
},
"Sport": {
"Id": 687888,
"Name": "Horse Racing"
},
"Location": {
"Id": 2,
"Name": "Great Britain"
},
"StartDate": "2024-06-20T15:20:00",
"LastUpdate": "2024-05-18T13:19:00.0525",
"Status": 1,
"Participants": [
{
"Id": 52521831,
"Name": "Trawlerman",
"Position": "18",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "John & Thady Gosden"
},
{
"Name": "ProgramNumber",
"Value": "6"
},
{
"Name": "Breeder",
"Value": "Godolphin"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Sire",
"Value": "Golden Horn"
},
{
"Name": "ProviderParticipantId",
"Value": "48253335"
},
{
"Name": "DamSire",
"Value": "Monsun"
}
]
},
{
"Id": 52197130,
"Name": "Tower Of London",
"Position": "17",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "ProgramNumber",
"Value": "11"
},
{
"Name": "Breeder",
"Value": "Lynch Bages Ltd & Camas Park Stud"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Dam",
"Value": "Snow Pine"
},
{
"Name": "DamSire",
"Value": "Anabaa"
},
{
"Name": "Sire",
"Value": "Galileo"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "47992948"
}
]
},
{
"Id": 52447374,
"Name": "Yibir",
"Position": "13",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Charles Appleby"
},
{
"Name": "ProgramNumber",
"Value": "17"
},
{
"Name": "Breeder",
"Value": "Godolphin"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Red Brown"
},
{
"Name": "ProviderParticipantId",
"Value": "48654244"
},
{
"Name": "Sire",
"Value": "Dubawi"
},
{
"Name": "DamSire",
"Value": "Monsun"
}
]
},
{
"Id": 52270550,
"Name": "Westover",
"Position": "14",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "12"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Dam",
"Value": "Danish Dollar"
},
{
"Name": "DamSire",
"Value": "Quiet American"
},
{
"Name": "Sire",
"Value": "Double Irish"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "46426780"
}
]
},
{
"Id": 52565765,
"Name": "Vauban",
"Position": "16",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Willie P. Mullins"
},
{
"Name": "ProgramNumber",
"Value": "4"
},
{
"Name": "Breeder",
"Value": "P. Decouz & S.c.e.a. Du Bas Bugey"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "ProviderParticipantId",
"Value": "46328246"
},
{
"Name": "Sire",
"Value": "Galiway"
},
{
"Name": "DamSire",
"Value": "Hurricane Run"
},
{
"Name": "Color",
"Value": "Red Brown"
}
]
},
{
"Id": 52123810,
"Name": "Trueshan",
"Position": "12",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Alan King"
},
{
"Name": "ProgramNumber",
"Value": "13"
},
{
"Name": "Breeder",
"Value": "Mr Didier Blot"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "8"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Sire",
"Value": "Planteur"
},
{
"Name": "Dam",
"Value": "Shao Line"
},
{
"Name": "DamSire",
"Value": "General Holme"
},
{
"Name": "ProviderParticipantId",
"Value": "48253393"
},
{
"Name": "Gender",
"Value": "Gelding"
}
]
},
{
"Id": 51534242,
"Name": "Saint George",
"Position": "10",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "16"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Dam",
"Value": "Cascina"
},
{
"Name": "DamSire",
"Value": "Galileo"
},
{
"Name": "Sire",
"Value": "Roaring Lion"
},
{
"Name": "Color",
"Value": "Grey"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "26684591"
}
]
},
{
"Id": 52334886,
"Name": "Quickthorn",
"Position": "15",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Hughie Morrison"
},
{
"Name": "ProgramNumber",
"Value": "18"
},
{
"Name": "Breeder",
"Value": "Lemington Grange Stud"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "7"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "DamSire",
"Value": "Oasis Dream"
},
{
"Name": "ProviderParticipantId",
"Value": "48561692"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
}
]
},
{
"Id": 52490880,
"Name": "Kyprios",
"Position": "7",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "ProgramNumber",
"Value": "1"
},
{
"Name": "Breeder",
"Value": "Moyglare Stud Farm Ltd"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "ProviderParticipantId",
"Value": "48561690"
},
{
"Name": "Color",
"Value": "Red Brown"
},
{
"Name": "Sire",
"Value": "Galileo"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "DamSire",
"Value": "Danehill"
}
]
},
{
"Id": 51755350,
"Name": "Gregory",
"Position": "6",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "J. & T. Gosden"
},
{
"Name": "ProgramNumber",
"Value": "3"
},
{
"Name": "Breeder",
"Value": "Normandie Stud Ltd"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Dam",
"Value": "Jive Queen"
},
{
"Name": "DamSire",
"Value": "Galileo"
},
{
"Name": "Sire",
"Value": "Golden Horn"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "27630236"
}
]
},
{
"Id": 52793246,
"Name": "Emily Dickinson",
"Position": "5",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "ProgramNumber",
"Value": "9"
},
{
"Name": "Breeder",
"Value": "Chicquita Syndicate"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "5"
},
{
"Name": "ProviderParticipantId",
"Value": "48729399"
},
{
"Name": "Gender",
"Value": "Mare"
},
{
"Name": "Sire",
"Value": "Dubawi"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Montjeu"
}
]
},
{
"Id": 53211148,
"Name": "Courage Mon Ami",
"Position": "4",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "John & Thady Gosden"
},
{
"Name": "ProgramNumber",
"Value": "2"
},
{
"Name": "Breeder",
"Value": "Hascombe & Valiant Stud Ltd"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "5"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48535946"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Sire",
"Value": "Frankel"
},
{
"Name": "DamSire",
"Value": "Lemon Drop Kid"
}
]
},
{
"Id": 51568034,
"Name": "Coltrane",
"Position": "3",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Andrew M. Balding"
},
{
"Name": "ProgramNumber",
"Value": "7"
},
{
"Name": "Breeder",
"Value": "Rockfield Farm"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "7"
},
{
"Name": "Dam",
"Value": "Biorra"
},
{
"Name": "DamSire",
"Value": "Montjeu"
},
{
"Name": "Sire",
"Value": "Mastercraftsman"
},
{
"Name": "ProviderParticipantId",
"Value": "48561694"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
}
]
},
{
"Id": 53056362,
"Name": "A Dream To Share",
"Position": "19",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "John, E. & Thomas Kiely"
},
{
"Name": "ProgramNumber",
"Value": "12"
},
{
"Name": "Breeder",
"Value": "Brucetown Farms Ltd"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "46306685"
},
{
"Name": "Sire",
"Value": "Muhaarar"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "DamSire",
"Value": "Galileo"
}
]
},
{
"Id": 52404800,
"Name": "Double Major",
"Position": "20",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "8"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Daiwa Major"
},
{
"Name": "DamSire",
"Value": "Dubleo"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "39961708"
}
]
},
{
"Id": 53511634,
"Name": "Harbour Wind",
"Position": "21",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Dermot K. Weld"
},
{
"Name": "ProgramNumber",
"Value": "10"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Pivotal"
}
]
},
{
"Id": 52789692,
"Name": "Eldar Eldarov",
"Position": "22",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "12"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "ProviderParticipantId",
"Value": "48513714"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Sire",
"Value": "Dubawi"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Sea The Stars"
}
]
},
{
"Id": 52744035,
"Name": "Desert Hero",
"Position": "23",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "William John Haggas"
},
{
"Name": "ProgramNumber",
"Value": "9"
},
{
"Name": "Breeder",
"Value": "Queen Elizabeth Ii"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "DamSire",
"Value": "Dubawi"
},
{
"Name": "ProviderParticipantId",
"Value": "47992939"
},
{
"Name": "Sire",
"Value": "Sea The Stars"
},
{
"Name": "Color",
"Value": "Red Brown"
},
{
"Name": "Gender",
"Value": "Gelding"
}
]
},
{
"Id": 51709116,
"Name": "Waltham",
"Position": "24",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Matthew Smith"
},
{
"Name": "ProgramNumber",
"Value": "16"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "5"
},
{
"Name": "Sire",
"Value": "Roaring Lion"
},
{
"Name": "DamSire",
"Value": "Dansili"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "ProviderParticipantId",
"Value": "27959670"
},
{
"Name": "Color",
"Value": "Grey"
}
]
},
{
"Id": 52057441,
"Name": "Sweet William",
"Position": "25",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "J. & T. Gosden"
},
{
"Name": "ProgramNumber",
"Value": "15"
},
{
"Name": "Breeder",
"Value": "Normandie Stud Ltd"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "5"
},
{
"Name": "Dam",
"Value": "Seadial"
},
{
"Name": "DamSire",
"Value": "Shirocco"
},
{
"Name": "Sire",
"Value": "Sea The Stars"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "ProviderParticipantId",
"Value": "48444940"
}
]
},
{
"Id": 51700121,
"Name": "Middle Earth",
"Position": "26",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "J. & T. Gosden"
},
{
"Name": "ProgramNumber",
"Value": "16"
},
{
"Name": "Breeder",
"Value": "The Roheryn Partnership"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Dam",
"Value": "Perette"
},
{
"Name": "DamSire",
"Value": "Galileo"
},
{
"Name": "Sire",
"Value": "Roaring Lion"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48115565"
}
]
},
{
"Id": 53177899,
"Name": "Continuous",
"Position": "27",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "ProgramNumber",
"Value": "5"
},
{
"Name": "Breeder",
"Value": "Orpendale, Chelston Ire & Wynatt"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Sire",
"Value": "Heart's Cry"
},
{
"Name": "ProviderParticipantId",
"Value": "48726665"
},
{
"Name": "DamSire",
"Value": "Galileo"
}
]
},
{
"Id": 52554121,
"Name": "Arrest",
"Position": "28",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "J. & T. Gosden"
},
{
"Name": "ProgramNumber",
"Value": "15"
},
{
"Name": "Breeder",
"Value": "Swordlestown Little"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Intikhab"
},
{
"Name": "ProviderParticipantId",
"Value": "47992936"
},
{
"Name": "Sire",
"Value": "Frankel"
},
{
"Name": "Gender",
"Value": "Colt"
}
]
},
{
"Id": 53198642,
"Name": "Alexandroupolis",
"Position": "29",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Aidan P. O'Brien"
},
{
"Name": "ProgramNumber",
"Value": "19"
},
{
"Name": "Breeder",
"Value": "Mrs Fitri Hay"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48302156"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Sire",
"Value": "Camelot"
},
{
"Name": "DamSire",
"Value": "Tamayuz"
}
]
},
{
"Id": 52517370,
"Name": "Absurde",
"Position": "30",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "Willie P. Mullins"
},
{
"Name": "ProgramNumber",
"Value": "8"
},
{
"Name": "Breeder",
"Value": "Wertheimer Et Frere"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "6"
},
{
"Name": "DamSire",
"Value": "Singspiel"
},
{
"Name": "ProviderParticipantId",
"Value": "46278511"
},
{
"Name": "Sire",
"Value": "Fastnet Rock"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
}
]
},
{
"Id": 52531668,
"Name": "T O Royal",
"Position": "31",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "19"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "DamSire",
"Value": "Manhattan Cafe"
},
{
"Name": "Sire",
"Value": "Leontes"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "48779365"
}
]
},
{
"Id": 53239283,
"Name": "Sumo Sam",
"Position": "32",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "17"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "Color",
"Value": "Grey"
},
{
"Name": "Gender",
"Value": "Mare"
},
{
"Name": "DamSire",
"Value": "Lope De Vega"
}
]
},
{
"Id": 51557658,
"Name": "Queenstown",
"Position": "33",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "15"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "ProviderParticipantId",
"Value": "48801312"
},
{
"Name": "DamSire",
"Value": "Danehill Dancer"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Sire",
"Value": "Galileo"
}
]
},
{
"Id": 52844653,
"Name": "Blow The Horn",
"Position": "34",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "3"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "ProviderParticipantId",
"Value": "46596188"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Sire",
"Value": "Epiphaneia"
},
{
"Name": "DamSire",
"Value": "Durandal"
}
]
},
{
"Id": 52642636,
"Name": "Prydwen",
"Position": "35",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "14"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48726868"
},
{
"Name": "Sire",
"Value": "Camelot"
},
{
"Name": "DamSire",
"Value": "Shamardal"
}
]
},
{
"Id": 52599458,
"Name": "Point Lonsdale",
"Position": "36",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "13"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "48253384"
},
{
"Name": "Sire",
"Value": "Australia"
},
{
"Name": "DamSire",
"Value": "Acclamation"
}
]
},
{
"Id": 52428501,
"Name": "Naqeeb",
"Position": "37",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "12"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "ProviderParticipantId",
"Value": "36302126"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "DamSire",
"Value": "Kingmambo"
}
]
},
{
"Id": 52312740,
"Name": "Enemy",
"Position": "38",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "9"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Muhaarar"
},
{
"Name": "DamSire",
"Value": "Dansili"
},
{
"Name": "ProviderParticipantId",
"Value": "47898399"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
}
]
},
{
"Id": 52746433,
"Name": "Caius Chorister",
"Position": "39",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "3"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Gender",
"Value": "Mare"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "ProviderParticipantId",
"Value": "47993478"
},
{
"Name": "Sire",
"Value": "Golden Horn"
},
{
"Name": "DamSire",
"Value": "Soldier Of Fortune"
}
]
},
{
"Id": 51680373,
"Name": "Artistic Star",
"Position": "40",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "2"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Galileo"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "DamSire",
"Value": "Fastnet Rock"
}
]
},
{
"Id": 53273428,
"Name": "Chesspiece",
"Position": "1",
"IsActive": 1,
"ExtraData": [
{
"Name": "TrainerName",
"Value": "S. & E. Crisford"
},
{
"Name": "ProgramNumber",
"Value": "14"
},
{
"Name": "Breeder",
"Value": "Ammerland Gmbh & Co. Kg"
},
{
"Name": "Blinkers",
"Value": "false"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Age",
"Value": "4"
},
{
"Name": "Gender",
"Value": "Gelding"
},
{
"Name": "Color",
"Value": "Bay"
},
{
"Name": "Sire",
"Value": "Nathaniel"
},
{
"Name": "DamSire",
"Value": "Shamardal"
}
]
},
{
"Id": 53161376,
"Name": "Circle of Fire",
"Position": "2",
"IsActive": 1,
"ExtraData": [
{
"Name": "ProgramNumber",
"Value": "5"
},
{
"Name": "IsRunning",
"Value": "True"
},
{
"Name": "Sire",
"Value": "Almanzor"
},
{
"Name": "Gender",
"Value": "Colt"
},
{
"Name": "ProviderParticipantId",
"Value": "48182516"
},
{
"Name": "DamSire",
"Value": "Galileo"
},
{
"Name": "Color",
"Value": "Dark Bay"
}
]
}
],
"ExtraData": [
{
"Name": "WithLivescore",
"Value": "false"
},
{
"Name": "PlaceNumber",
"Value": "3"
},
{
"Name": "TrackSurface",
"Value": "Turf"
},
{
"Name": "RaceTitle",
"Value": "Ascot Gold Cup"
},
{
"Name": "RaceDistance",
"Value": "4014"
},
{
"Name": "RaceType",
"Value": "Flat Race"
},
{
"Name": "WithInPlay",
"Value": "false"
},
{
"Name": "RaceNumber",
"Value": "1"
},
{
"Name": "PlaceOddsFactor",
"Value": "5"
}
]
},
"Livescore": null,
"Markets": null
}
]
}
]
}
Example of '/PreMatch/GetOutrightLeague'
{
"Header": {
"Type": 36,
"MsgGuid": "2e00e162-b6cd-44b4-80f6-2aaae06850ea",
"ServerTimestamp": 1717943153951
},
"Body": [
{
"Id": 46317,
"Name": "Olympics - Women",
"Type": 3,
"Competitions": [
{
"Id": 731,
"Name": "2024",
"Type": 4,
"Events": [
{
"FixtureId": 12649240,
"OutrightLeague": {
"Subscription": {
"Type": 2,
"Status": 1
},
"Sport": {
"Id": 621569,
"Name": "Beach Volleyball"
},
"Location": {
"Id": 248,
"Name": "International"
},
"LastUpdate": "2024-04-07T08:15:21.244425",
"Status": 1,
"ExtraData": [
{
"Name": "WithInPlay",
"Value": "false"
},
{
"Name": "WithLivescore",
"Value": "false"
}
]
},
"Livescore": null,
"Markets": null
}
]
}
]
},
{
"Id": 46316,
"Name": "Olympics - Men",
"Type": 3,
"Competitions": [
{
"Id": 731,
"Name": "2024",
"Type": 4,
"Events": [
{
"FixtureId": 12649237,
"OutrightLeague": {
"Subscription": {
"Type": 2,
"Status": 1
},
"Sport": {
"Id": 621569,
"Name": "Beach Volleyball"
},
"Location": {
"Id": 248,
"Name": "International"
},
"LastUpdate": "2024-04-07T08:14:31.800131",
"Status": 1,
"ExtraData": [
{
"Name": "WithInPlay",
"Value": "false"
},
{
"Name": "WithLivescore",
"Value": "false"
}
]
},
"Livescore": null,
"Markets": null
}
]
}
]
}
]
}
Example of 'PreMatch/GetOutrightLeagueMarkets'
{
"Header": {
"Type": 36,
"MsgGuid": "4c32fc30-846f-469d-bc84-09c99278f744",
"ServerTimestamp": 1717971594764
},
"Body": [
{
"Id": 20913,
"Name": "Série A",
"Type": 3,
"Competitions": [
{
"Id": 731,
"Name": "2024",
"Type": 4,
"Events": [
{
"FixtureId": 12003961,
"Livescore": null,
"Markets": [
{
"Id": 590,
"Name": "To Be Relegated",
"Bets": [
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 18907999412003961,
"Name": "Cruzeiro",
"Status": 2,
"StartPrice": "1.0",
"Price": "4",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027689Z",
"ParticipantId": 53627918
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 161411409612003961,
"Name": "Sao Paulo FC",
"Status": 2,
"StartPrice": "1.0",
"Price": "13",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027687Z",
"ParticipantId": 52048741
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 146361744712003961,
"Name": "Fluminense",
"Status": 2,
"StartPrice": "1.0",
"Price": "17",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027681Z",
"ParticipantId": 77691
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 114655533212003961,
"Name": "SC Internacional",
"Status": 2,
"StartPrice": "1.0",
"Price": "10",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027687Z",
"ParticipantId": 77706
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 164607295912003961,
"Name": "Atletico Mineiro",
"Status": 2,
"StartPrice": "1.0",
"Price": "51",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027688Z",
"ParticipantId": 77693
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 117143699212003961,
"Name": "EC Juventude RS",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.8",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027694Z",
"ParticipantId": 77692
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 129999182612003961,
"Name": "Red Bull Bragantino",
"Status": 2,
"StartPrice": "1.0",
"Price": "5.5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027695Z",
"ParticipantId": 112951
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 145123664112003961,
"Name": "CR Vasco Da Gama",
"Status": 2,
"StartPrice": "1.0",
"Price": "5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027692Z",
"ParticipantId": 77689
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 38826887812003961,
"Name": "Botafogo RJ",
"Status": 2,
"StartPrice": "1.0",
"Price": "10",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027686Z",
"ParticipantId": 52037290
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 115001798212003961,
"Name": "Palmeiras SP",
"Status": 2,
"StartPrice": "1.0",
"Price": "101",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027683Z",
"ParticipantId": 86726
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 99901376412003961,
"Name": "Esporte Clube Vitória",
"Status": 2,
"StartPrice": "1.0",
"Price": "2.25",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027691Z",
"ParticipantId": 53354684
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 117169504212003961,
"Name": "Gremio",
"Status": 2,
"StartPrice": "1.0",
"Price": "12",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027679Z",
"ParticipantId": 77695
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 120589757212003961,
"Name": "Criciuma",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.62",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027683Z",
"ParticipantId": 77708
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 133673890012003961,
"Name": "Corinthians SP",
"Status": 2,
"StartPrice": "1.0",
"Price": "6",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027684Z",
"ParticipantId": 52283451
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 91553977812003961,
"Name": "Cuiaba",
"Status": 2,
"StartPrice": "1.0",
"Price": "2.75",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027693Z",
"ParticipantId": 219311
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 190885383812003961,
"Name": "Atletico Goianiense",
"Status": 2,
"StartPrice": "1.0",
"Price": "2",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027682Z",
"ParticipantId": 164859
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 61918386012003961,
"Name": "Bahia",
"Status": 2,
"StartPrice": "1.0",
"Price": "6",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.502769Z",
"ParticipantId": 77701
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 176784471412003961,
"Name": "Athletico Paranaense",
"Status": 2,
"StartPrice": "1.0",
"Price": "4",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027691Z",
"ParticipantId": 77698
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 102983753312003961,
"Name": "CR Flamengo",
"Status": 2,
"StartPrice": "1.0",
"Price": "151",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.502768Z",
"ParticipantId": 77688
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 100881278512003961,
"Name": "Fortaleza",
"Status": 2,
"StartPrice": "1.0",
"Price": "4.33",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:34.5027685Z",
"ParticipantId": 77700
}
]
},
{
"Id": 1900,
"Name": "Player Top Goalscorer",
"Bets": [
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "344534",
"Id": 95296642812003961,
"Name": "Junior Gilberto",
"Status": 2,
"StartPrice": "1.0",
"Price": "101",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054411Z",
"ParticipantId": 77701,
"PlayerName": "Junior Gilberto"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "174970",
"Id": 64346580612003961,
"Name": "Da Silva",
"Status": 2,
"StartPrice": "1.0",
"Price": "51",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.805442Z",
"ParticipantId": 77695,
"PlayerName": "Da Silva"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "645463",
"Id": 63964785412003961,
"Name": "Jonathan",
"Status": 2,
"StartPrice": "1.0",
"Price": "17",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.805441Z",
"ParticipantId": 77708,
"PlayerName": "Jonathan"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "632989",
"Id": 47384574812003961,
"Name": "Jose Manuel Lopez",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054402Z",
"ParticipantId": 86726,
"PlayerName": "Jose Manuel Lopez"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "313584",
"Id": 207209580612003961,
"Name": "Joao Pedro Galvao De Carvalho",
"Status": 2,
"StartPrice": "1.0",
"Price": "41",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054399Z",
"ParticipantId": 52037290,
"PlayerName": "Joao Pedro Galvao de Carvalho"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "187831",
"Id": 186370081412003961,
"Name": "Pedro Santos",
"Status": 2,
"StartPrice": "1.0",
"Price": "5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054418Z",
"ParticipantId": 77688,
"PlayerName": "Pedro Santos"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "638458",
"Id": 39563431812003961,
"Name": "De Sousa Endrick",
"Status": 2,
"StartPrice": "1.0",
"Price": "15",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054412Z",
"ParticipantId": 86726,
"PlayerName": "De Sousa Endrick"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "234350",
"Id": 156574500412003961,
"Name": "Junior Santos",
"Status": 2,
"StartPrice": "1.0",
"Price": "26",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054417Z",
"ParticipantId": 52037290,
"PlayerName": "Junior Santos"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "630927",
"Id": 34604599812003961,
"Name": "Pablo",
"Status": 2,
"StartPrice": "1.0",
"Price": "15",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054401Z",
"ParticipantId": 77688,
"PlayerName": "Pablo"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "633519",
"Id": 147871521812003961,
"Name": "Tiquinho Soares",
"Status": 2,
"StartPrice": "1.0",
"Price": "13",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054407Z",
"ParticipantId": 52037290,
"PlayerName": "Tiquinho Soares"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "344046",
"Id": 201505742212003961,
"Name": "Givanildo Hulk",
"Status": 2,
"StartPrice": "1.0",
"Price": "8.5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054405Z",
"ParticipantId": 77693,
"PlayerName": "Givanildo Hulk"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "194019",
"Id": 88775362012003961,
"Name": "German Cano",
"Status": 2,
"StartPrice": "1.0",
"Price": "13",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054419Z",
"ParticipantId": 77691,
"PlayerName": "German Cano"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "182684",
"Id": 109725521812003961,
"Name": "Paulinho",
"Status": 2,
"StartPrice": "1.0",
"Price": "10",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054401Z",
"ParticipantId": 77693,
"PlayerName": "Paulinho"
},
{
"Probability": -1.0,
"SuspensionReason": 13,
"PlayerId": "315978",
"Id": 9084641412003961,
"Name": "Acosta Deyverson",
"Status": 2,
"StartPrice": "1.0",
"Price": "101",
"ProviderBetId": "8",
"LastUpdate": "2024-04-08T15:45:15.3994708Z",
"ParticipantId": 219311,
"PlayerName": "Acosta Deyverson"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "339679",
"Id": 87622109412003961,
"Name": "Da Silva Rony",
"Status": 2,
"StartPrice": "1.0",
"Price": "51",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054406Z",
"ParticipantId": 86726,
"PlayerName": "da Silva Rony"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "288409",
"Id": 25729560212003961,
"Name": "Jhon Arias",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054416Z",
"ParticipantId": 77691,
"PlayerName": "Jhon Arias"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "268595",
"Id": 17146420612003961,
"Name": "Enner Valencia",
"Status": 2,
"StartPrice": "1.0",
"Price": "10",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054409Z",
"ParticipantId": 77706,
"PlayerName": "Enner Valencia"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "630924",
"Id": 20311003012003961,
"Name": "Santos",
"Status": 2,
"StartPrice": "1.0",
"Price": "26",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054403Z",
"ParticipantId": 77688,
"PlayerName": "Santos"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "645460",
"Id": 9650599812003961,
"Name": "Eduardo",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054404Z",
"ParticipantId": 77708,
"PlayerName": "Eduardo"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "175593",
"Id": 93371254812003961,
"Name": "Leo Gamalho",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054405Z",
"ParticipantId": 53354684,
"PlayerName": "Leo Gamalho"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "340211",
"Id": 65815051012003961,
"Name": "De Souza Alerrando",
"Status": 2,
"StartPrice": "1.0",
"Price": "81",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054421Z",
"ParticipantId": 112951,
"PlayerName": "de Souza Alerrando"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "181157",
"Id": 132102122612003961,
"Name": "Diego Costa",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054409Z",
"ParticipantId": 52037290,
"PlayerName": "Diego Costa"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "175315",
"Id": 190324207012003961,
"Name": "Thiago Galhardo",
"Status": 2,
"StartPrice": "1.0",
"Price": "81",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054413Z",
"ParticipantId": 77700,
"PlayerName": "Thiago Galhardo"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "309898",
"Id": 135223962012003961,
"Name": "Thiago Nicolas Borbas Silva",
"Status": 2,
"StartPrice": "1.0",
"Price": "51",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054417Z",
"ParticipantId": 112951,
"PlayerName": "Thiago Nicolas Borbas Silva"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "220863",
"Id": 105625947012003961,
"Name": "Isidro Pitta",
"Status": 2,
"StartPrice": "1.0",
"Price": "101",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054422Z",
"ParticipantId": 219311,
"PlayerName": "Isidro Pitta"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "598704",
"Id": 109248184212003961,
"Name": "Everton Soares",
"Status": 2,
"StartPrice": "1.0",
"Price": "51",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054414Z",
"ParticipantId": 77688,
"PlayerName": "Everton Soares"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "645022",
"Id": 99331877012003961,
"Name": "Juan Martín Lucero",
"Status": 2,
"StartPrice": "1.0",
"Price": "41",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054415Z",
"ParticipantId": 77700,
"PlayerName": "Juan Martín Lucero"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "635750",
"Id": 82199947412003961,
"Name": "André Anderson",
"Status": 2,
"StartPrice": "1.0",
"Price": "51",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:19:32.8054408Z",
"ParticipantId": 52048741,
"PlayerName": "André Anderson"
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"PlayerId": "593390",
"Id": 6920169412003961,
"Name": "Eduardo Sasha",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "8",
"LastUpdate": "2024-04-08T00:14:03.527688Z",
"ParticipantId": 112951,
"PlayerName": "Eduardo Sasha"
}
]
},
{
"Id": 629,
"Name": "To Finish In Top 6",
"Bets": [
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 95748152812003961,
"Name": "CR Vasco Da Gama",
"Status": 2,
"StartPrice": "1.0",
"Price": "4.5",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052783Z",
"ParticipantId": 77689
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 181638597712003961,
"Name": "Cuiaba",
"Status": 2,
"StartPrice": "1.0",
"Price": "11",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052786Z",
"ParticipantId": 219311
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 96621956212003961,
"Name": "Fluminense",
"Status": 2,
"StartPrice": "1.0",
"Price": "2.1",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052785Z",
"ParticipantId": 77691
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 42857666112003961,
"Name": "Criciuma",
"Status": 2,
"StartPrice": "1.0",
"Price": "23",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052787Z",
"ParticipantId": 77708
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 23933255712003961,
"Name": "Cruzeiro",
"Status": 2,
"StartPrice": "1.0",
"Price": "5.5",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052787Z",
"ParticipantId": 53627918
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 33010794312003961,
"Name": "Gremio",
"Status": 2,
"StartPrice": "1.0",
"Price": "2.63",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052781Z",
"ParticipantId": 77695
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 99514399112003961,
"Name": "SC Internacional",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.67",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052791Z",
"ParticipantId": 77706
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 127747948912003961,
"Name": "Red Bull Bragantino",
"Status": 2,
"StartPrice": "1.0",
"Price": "4",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052782Z",
"ParticipantId": 112951
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 127745362512003961,
"Name": "Esporte Clube Vitória",
"Status": 2,
"StartPrice": "1.0",
"Price": "15",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052779Z",
"ParticipantId": 53354684
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 205243491512003961,
"Name": "Corinthians SP",
"Status": 2,
"StartPrice": "1.0",
"Price": "3",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052788Z",
"ParticipantId": 52283451
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 73519180312003961,
"Name": "Bahia",
"Status": 2,
"StartPrice": "1.0",
"Price": "4",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052784Z",
"ParticipantId": 77701
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 86027139712003961,
"Name": "Atletico Goianiense",
"Status": 2,
"StartPrice": "1.0",
"Price": "17",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052792Z",
"ParticipantId": 164859
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 18669341512003961,
"Name": "Sao Paulo FC",
"Status": 2,
"StartPrice": "1.0",
"Price": "2.4",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052791Z",
"ParticipantId": 52048741
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 123707588212003961,
"Name": "Fortaleza",
"Status": 2,
"StartPrice": "1.0",
"Price": "5.5",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.205278Z",
"ParticipantId": 77700
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 106759821912003961,
"Name": "Palmeiras SP",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.25",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052789Z",
"ParticipantId": 86726
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 34851890212003961,
"Name": "CR Flamengo",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.17",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052778Z",
"ParticipantId": 77688
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 34412292512003961,
"Name": "EC Juventude RS",
"Status": 2,
"StartPrice": "1.0",
"Price": "17",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.205279Z",
"ParticipantId": 77692
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 120016765612003961,
"Name": "Atletico Mineiro",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.5",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052783Z",
"ParticipantId": 77693
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 171950035312003961,
"Name": "Athletico Paranaense",
"Status": 2,
"StartPrice": "1.0",
"Price": "5",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052793Z",
"ParticipantId": 77698
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 119346095912003961,
"Name": "Botafogo RJ",
"Status": 2,
"StartPrice": "1.0",
"Price": "3",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:31.2052779Z",
"ParticipantId": 52037290
}
]
},
{
"Id": 632,
"Name": "To Finish In Top 4",
"Bets": [
{
"Probability": -1.0,
"SuspensionReason": 13,
"Id": 20564864212003961,
"Name": "Fortaleza",
"Status": 2,
"StartPrice": "1.0",
"Price": "11",
"ProviderBetId": "8",
"LastUpdate": "2024-04-08T15:45:15.3946456Z",
"ParticipantId": 77700
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 119913670012003961,
"Name": "CR Vasco Da Gama",
"Status": 2,
"StartPrice": "1.0",
"Price": "9",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021931Z",
"ParticipantId": 77689
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 156196045512003961,
"Name": "Criciuma",
"Status": 2,
"StartPrice": "1.0",
"Price": "51",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021931Z",
"ParticipantId": 77708
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 75833148712003961,
"Name": "Palmeiras SP",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021941Z",
"ParticipantId": 86726
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 177770524912003961,
"Name": "SC Internacional",
"Status": 2,
"StartPrice": "1.0",
"Price": "2.5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021933Z",
"ParticipantId": 77706
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 108367903512003961,
"Name": "Bahia",
"Status": 2,
"StartPrice": "1.0",
"Price": "8.5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021926Z",
"ParticipantId": 77701
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 188288750312003961,
"Name": "EC Juventude RS",
"Status": 2,
"StartPrice": "1.0",
"Price": "41",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.302194Z",
"ParticipantId": 77692
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 110977649512003961,
"Name": "Red Bull Bragantino",
"Status": 2,
"StartPrice": "1.0",
"Price": "8",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021935Z",
"ParticipantId": 112951
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 165116239912003961,
"Name": "Corinthians SP",
"Status": 2,
"StartPrice": "1.0",
"Price": "5.5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.302193Z",
"ParticipantId": 52283451
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 51995368112003961,
"Name": "Esporte Clube Vitória",
"Status": 2,
"StartPrice": "1.0",
"Price": "26",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021937Z",
"ParticipantId": 53354684
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 185546993512003961,
"Name": "Sao Paulo FC",
"Status": 2,
"StartPrice": "1.0",
"Price": "3.75",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021927Z",
"ParticipantId": 52048741
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 189586731412003961,
"Name": "Fluminense",
"Status": 2,
"StartPrice": "1.0",
"Price": "3.6",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021936Z",
"ParticipantId": 77691
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 116045820612003961,
"Name": "CR Flamengo",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.3",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021938Z",
"ParticipantId": 77688
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 102280537312003961,
"Name": "Gremio",
"Status": 2,
"StartPrice": "1.0",
"Price": "4.75",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021929Z",
"ParticipantId": 77695
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 72779891112003961,
"Name": "Botafogo RJ",
"Status": 2,
"StartPrice": "1.0",
"Price": "5",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021932Z",
"ParticipantId": 52037290
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 199853142912003961,
"Name": "Cruzeiro",
"Status": 2,
"StartPrice": "1.0",
"Price": "11",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021939Z",
"ParticipantId": 53627918
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 40808743712003961,
"Name": "Cuiaba",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021928Z",
"ParticipantId": 219311
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 163535025112003961,
"Name": "Athletico Paranaense",
"Status": 2,
"StartPrice": "1.0",
"Price": "11",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021934Z",
"ParticipantId": 77698
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 3751309112003961,
"Name": "Atletico Goianiense",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021925Z",
"ParticipantId": 164859
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 196069710412003961,
"Name": "Atletico Mineiro",
"Status": 2,
"StartPrice": "1.0",
"Price": "1.91",
"ProviderBetId": "8",
"LastUpdate": "2024-04-11T11:29:30.3021935Z",
"ParticipantId": 77693
}
]
},
{
"Id": 274,
"Name": "Outright Winner",
"Bets": [
{
"Probability": -1.0,
"SuspensionReason": 14,
"Id": 195110585312003961,
"Name": "Vasco Da Gama",
"Status": 2,
"StartPrice": "1.0",
"Price": "26",
"ProviderBetId": "145",
"LastUpdate": "2024-01-29T00:04:59.1303237Z",
"ParticipantId": 77689
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 159459924212003961,
"Name": "CR Vasco Da Gama",
"Status": 2,
"StartPrice": "1.0",
"Price": "41",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078165Z",
"ParticipantId": 77689
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 58185016912003961,
"Name": "Botafogo RJ",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078166Z",
"ParticipantId": 52037290
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 67134570312003961,
"Name": "Vasco Da Gama AC",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "8",
"LastUpdate": "2024-03-17T14:14:31.3973532Z",
"ParticipantId": 52381890
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 192287950312003961,
"Name": "Athletico Paranaense",
"Status": 2,
"StartPrice": "1.0",
"Price": "50.29",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078163Z",
"ParticipantId": 77698
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 166912135512003961,
"Name": "Bahia",
"Status": 2,
"StartPrice": "1.0",
"Price": "41",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078168Z",
"ParticipantId": 77701
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 67001152412003961,
"Name": "Fortaleza",
"Status": 2,
"StartPrice": "1.0",
"Price": "65.57",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078164Z",
"ParticipantId": 77700
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 177795214912003961,
"Name": "Criciuma",
"Status": 2,
"StartPrice": "1.0",
"Price": "107",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078167Z",
"ParticipantId": 77708
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 176974583612003961,
"Name": "Cruzeiro-Saf",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "0",
"LastUpdate": "2024-03-17T14:14:31.3972067Z",
"ParticipantId": 53627918
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 12241205512003961,
"Name": "Esporte Clube Vitória",
"Status": 2,
"StartPrice": "1.0",
"Price": "80.29",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078172Z",
"ParticipantId": 53354684
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 101338197512003961,
"Name": "Red Bull Bragantino",
"Status": 2,
"StartPrice": "1.0",
"Price": "41",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078174Z",
"ParticipantId": 112951
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 210290063812003961,
"Name": "Atletico Mineiro",
"Status": 2,
"StartPrice": "1.0",
"Price": "6.5",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078175Z",
"ParticipantId": 77693
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 99933864712003961,
"Name": "Sao Paulo FC",
"Status": 2,
"StartPrice": "1.0",
"Price": "17",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078169Z",
"ParticipantId": 52048741
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 104660990112003961,
"Name": "Corinthians SP",
"Status": 2,
"StartPrice": "1.0",
"Price": "29",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078176Z",
"ParticipantId": 52283451
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 208788114912003961,
"Name": "Atletico Goianiense",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.507817Z",
"ParticipantId": 164859
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 207252917112003961,
"Name": "Palmeiras SP",
"Status": 2,
"StartPrice": "1.0",
"Price": "4",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078171Z",
"ParticipantId": 86726
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 79673860712003961,
"Name": "SC Internacional",
"Status": 2,
"StartPrice": "1.0",
"Price": "11",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078172Z",
"ParticipantId": 77706
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 18662990412003961,
"Name": "CR Flamengo",
"Status": 2,
"StartPrice": "1.0",
"Price": "3.5",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078173Z",
"ParticipantId": 77688
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 72978515912003961,
"Name": "Cuiaba",
"Status": 2,
"StartPrice": "1.0",
"Price": "80.29",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078159Z",
"ParticipantId": 219311
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 118051445312003961,
"Name": "EC Juventude RS",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.507816Z",
"ParticipantId": 77692
},
{
"Probability": -1.0,
"SuspensionReason": 1,
"Id": 186293109412003961,
"Name": "Vasco Da Gama XI",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "8",
"LastUpdate": "2024-03-17T14:14:31.3973755Z",
"ParticipantId": 53633026
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 182980260412003961,
"Name": "Fluminense",
"Status": 2,
"StartPrice": "1.0",
"Price": "13",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078161Z",
"ParticipantId": 77691
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 162199647112003961,
"Name": "Gremio",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078176Z",
"ParticipantId": 77695
},
{
"Probability": -1.0,
"SuspensionReason": 5,
"Id": 62387074112003961,
"Name": "Cruzeiro",
"Status": 2,
"StartPrice": "1.0",
"Price": "50.29",
"ProviderBetId": "0",
"LastUpdate": "2024-04-11T11:23:33.5078164Z",
"ParticipantId": 53627918
}
]
}
]
}
]
}
]
}
]
}
Example of '/PreMatch/GetOutrightFixtureMarkets'
{
"Header": {
"Type": 36,
"MsgGuid": "e5b711ad-3907-4b3e-868f-bdf07c031986",
"ServerTimestamp": 1717970170518
},
"Body": [
{
"Id": 11603,
"Name": "Ascot Gold Cup - Antepost",
"Type": 1,
"Events": [
{
"FixtureId": 11144792,
"Livescore": null,
"Markets": [
{
"Id": 160,
"Name": "Race Winner",
"Bets": [
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 71952928911144792,
"Name": "Chesspiece",
"Status": 2,
"StartPrice": "1.0",
"Price": "32.8",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499104Z",
"ParticipantId": 53273428
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 121190081911144792,
"Name": "A Dream To Share",
"Status": 2,
"StartPrice": "1.0",
"Price": "26",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499105Z",
"ParticipantId": 53056362
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 68935977811144792,
"Name": "Yibir",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499101Z",
"ParticipantId": 52447374
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 17671874211144792,
"Name": "Courage Mon Ami",
"Status": 2,
"StartPrice": "1.0",
"Price": "9.6",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499107Z",
"ParticipantId": 53211148
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 17542182111144792,
"Name": "Naqeeb",
"Status": 2,
"StartPrice": "1.0",
"Price": "61.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499108Z",
"ParticipantId": 52428501
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 170601799611144792,
"Name": "Westover",
"Status": 2,
"StartPrice": "1.0",
"Price": "12",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499109Z",
"ParticipantId": 52270550
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 142913965011144792,
"Name": "Harbour Wind",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499103Z",
"ParticipantId": 53511634
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 135883521511144792,
"Name": "Caius Chorister",
"Status": 2,
"StartPrice": "1.0",
"Price": "15.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499111Z",
"ParticipantId": 52746433
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 133300903811144792,
"Name": "Sumo Sam",
"Status": 2,
"StartPrice": "1.0",
"Price": "19",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499106Z",
"ParticipantId": 53239283
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 140270954611144792,
"Name": "Prydwen",
"Status": 2,
"StartPrice": "1.0",
"Price": "67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499115Z",
"ParticipantId": 52642636
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 1219726111144792,
"Name": "Point Lonsdale",
"Status": 2,
"StartPrice": "1.0",
"Price": "25.33",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499114Z",
"ParticipantId": 52599458
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 8256952811144792,
"Name": "Eldar Eldarov",
"Status": 2,
"StartPrice": "1.0",
"Price": "21",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499116Z",
"ParticipantId": 52789692
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 209258507911144792,
"Name": "Trueshan",
"Status": 2,
"StartPrice": "1.0",
"Price": "29.2",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499106Z",
"ParticipantId": 52123810
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 210823702911144792,
"Name": "Tower Of London",
"Status": 2,
"StartPrice": "1.0",
"Price": "30",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.949911Z",
"ParticipantId": 52197130
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 163028712011144792,
"Name": "Vauban",
"Status": 2,
"StartPrice": "1.0",
"Price": "9.6",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499122Z",
"ParticipantId": 52565765
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 9611802811144792,
"Name": "Sweet William",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.949911Z",
"ParticipantId": 52057441
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 201454814111144792,
"Name": "Alexandroupolis",
"Status": 2,
"StartPrice": "1.0",
"Price": "67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499112Z",
"ParticipantId": 53198642
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 94521115011144792,
"Name": "Trawlerman",
"Status": 2,
"StartPrice": "1.0",
"Price": "11.8",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499113Z",
"ParticipantId": 52521831
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 105102998911144792,
"Name": "Saint George",
"Status": 2,
"StartPrice": "1.0",
"Price": "16",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499126Z",
"ParticipantId": 51534242
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 66738648711144792,
"Name": "Absurde",
"Status": 2,
"StartPrice": "1.0",
"Price": "22.2",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499125Z",
"ParticipantId": 52517370
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 131106560011144792,
"Name": "Artistic Star",
"Status": 2,
"StartPrice": "1.0",
"Price": "47.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499124Z",
"ParticipantId": 51680373
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 56346715911144792,
"Name": "Coltrane",
"Status": 2,
"StartPrice": "1.0",
"Price": "15.4",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499115Z",
"ParticipantId": 51568034
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 126233135411144792,
"Name": "Desert Hero",
"Status": 2,
"StartPrice": "1.0",
"Price": "20",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499117Z",
"ParticipantId": 52744035
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 72604319311144792,
"Name": "T O Royal",
"Status": 2,
"StartPrice": "1.0",
"Price": "14",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499118Z",
"ParticipantId": 52531668
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 116807336711144792,
"Name": "Waltham",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499119Z",
"ParticipantId": 51709116
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 149706702711144792,
"Name": "Emily Dickinson",
"Status": 2,
"StartPrice": "1.0",
"Price": "22.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499128Z",
"ParticipantId": 52793246
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 71735643511144792,
"Name": "Enemy",
"Status": 2,
"StartPrice": "1.0",
"Price": "84.33",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499119Z",
"ParticipantId": 52312740
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 55038890011144792,
"Name": "Arrest",
"Status": 2,
"StartPrice": "1.0",
"Price": "45",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.949912Z",
"ParticipantId": 52554121
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 80600843011144792,
"Name": "Continuous",
"Status": 2,
"StartPrice": "1.0",
"Price": "16.2",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499121Z",
"ParticipantId": 53177899
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 45881743811144792,
"Name": "Kyprios",
"Status": 2,
"StartPrice": "1.0",
"Price": "2.03",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.94991Z",
"ParticipantId": 52490880
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 107113005811144792,
"Name": "Gregory",
"Status": 2,
"StartPrice": "1.0",
"Price": "8.6",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499123Z",
"ParticipantId": 51755350
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 159072836911144792,
"Name": "Blow The Horn",
"Status": 2,
"StartPrice": "1.0",
"Price": "16",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499123Z",
"ParticipantId": 52844653
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 95783596811144792,
"Name": "Middle Earth",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499127Z",
"ParticipantId": 51700121
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 65204820211144792,
"Name": "Circle Of Fire",
"Status": 2,
"StartPrice": "1.0",
"Price": "23.5",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499127Z",
"ParticipantId": 53161376
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 9481951111144792,
"Name": "Quickthorn",
"Status": 2,
"StartPrice": "1.0",
"Price": "54",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499102Z",
"ParticipantId": 52334886
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 59653229911144792,
"Name": "Double Major",
"Status": 2,
"StartPrice": "1.0",
"Price": "26.75",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499102Z",
"ParticipantId": 52404800
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 4936245811144792,
"Name": "Queenstown",
"Status": 2,
"StartPrice": "1.0",
"Price": "25.67",
"ProviderBetId": "0",
"LastUpdate": "2024-05-20T06:47:33.9499129Z",
"ParticipantId": 51557658
}
]
}
]
}
]
},
{
"Id": 11371,
"Name": "Preis der Diana - AntePost",
"Type": 1,
"Events": [
{
"FixtureId": 11394979,
"Livescore": null,
"Markets": [
{
"Id": 160,
"Name": "Race Winner",
"Bets": [
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 133324896311394979,
"Name": "Night Of Laki's",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047264Z",
"ParticipantId": 53611698
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 159967493511394979,
"Name": "Dance At Dawn",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047294Z",
"ParticipantId": 51707911
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 114228781711394979,
"Name": "Noble Breath",
"Status": 2,
"StartPrice": "1.0",
"Price": "25",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047249Z",
"ParticipantId": 53611696
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 96066635211394979,
"Name": "Sword Filly",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047281Z",
"ParticipantId": 53611689
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 27599254611394979,
"Name": "Be Ruby",
"Status": 2,
"StartPrice": "1.0",
"Price": "85",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047312Z",
"ParticipantId": 53577849
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 96152511611394979,
"Name": "Olympia",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047299Z",
"ParticipantId": 51656568
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 125136831611394979,
"Name": "Weltbeste",
"Status": 2,
"StartPrice": "1.0",
"Price": "10",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047307Z",
"ParticipantId": 53577853
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 141666872011394979,
"Name": "In The Stars",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047251Z",
"ParticipantId": 51623265
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 90835287311394979,
"Name": "Academica",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047243Z",
"ParticipantId": 53611366
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 69777328311394979,
"Name": "Anna Riva",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.80473Z",
"ParticipantId": 53577867
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 169813431011394979,
"Name": "Duras",
"Status": 2,
"StartPrice": "1.0",
"Price": "40",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047302Z",
"ParticipantId": 53611408
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 36774911411394979,
"Name": "Night Empress",
"Status": 2,
"StartPrice": "1.0",
"Price": "75",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047299Z",
"ParticipantId": 53577866
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 208326309311394979,
"Name": "Wacadia",
"Status": 2,
"StartPrice": "1.0",
"Price": "60",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047311Z",
"ParticipantId": 53611685
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 106593341211394979,
"Name": "Lingua Franca",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047308Z",
"ParticipantId": 52102355
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 104599181711394979,
"Name": "Ilsola",
"Status": 2,
"StartPrice": "1.0",
"Price": "75",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.804726Z",
"ParticipantId": 53611417
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 127555030211394979,
"Name": "Isfand",
"Status": 2,
"StartPrice": "1.0",
"Price": "20",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047242Z",
"ParticipantId": 53611343
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 13831129111394979,
"Name": "Elegant Miss",
"Status": 2,
"StartPrice": "1.0",
"Price": "75",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047311Z",
"ParticipantId": 53611409
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 171936986811394979,
"Name": "Azadi",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047283Z",
"ParticipantId": 52357310
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 116115868511394979,
"Name": "Notre Amare",
"Status": 2,
"StartPrice": "1.0",
"Price": "60",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047241Z",
"ParticipantId": 53573133
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 118066950011394979,
"Name": "Wonder Woman",
"Status": 2,
"StartPrice": "1.0",
"Price": "30",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047272Z",
"ParticipantId": 51732174
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 87906438111394979,
"Name": "Shining Past",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047316Z",
"ParticipantId": 53611690
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 22190591811394979,
"Name": "Neona",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047248Z",
"ParticipantId": 51554902
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 33497239011394979,
"Name": "Pinola",
"Status": 2,
"StartPrice": "1.0",
"Price": "75",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047307Z",
"ParticipantId": 53611693
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 150702361311394979,
"Name": "Analytics",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047284Z",
"ParticipantId": 53016708
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 89853216011394979,
"Name": "Evening Blossom",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047276Z",
"ParticipantId": 53590340
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 23205314411394979,
"Name": "Redrose Jazz",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047291Z",
"ParticipantId": 53591751
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 175513410111394979,
"Name": "Nightdance Giulia",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047258Z",
"ParticipantId": 53573134
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 116536463611394979,
"Name": "Let The Music Play",
"Status": 2,
"StartPrice": "1.0",
"Price": "75",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047323Z",
"ParticipantId": 53611702
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 109573665811394979,
"Name": "Lovely Lena",
"Status": 2,
"StartPrice": "1.0",
"Price": "75",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047283Z",
"ParticipantId": 53611700
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 172852577111394979,
"Name": "Alvorada",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047295Z",
"ParticipantId": 53611372
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 166116282111394979,
"Name": "Darnation",
"Status": 2,
"StartPrice": "1.0",
"Price": "30",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047322Z",
"ParticipantId": 53541240
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 17291399711394979,
"Name": "Ninna Best",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047279Z",
"ParticipantId": 53611697
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 50762656211394979,
"Name": "Moosbeere",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047321Z",
"ParticipantId": 53584285
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 177352393511394979,
"Name": "New York City",
"Status": 2,
"StartPrice": "1.0",
"Price": "25",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047303Z",
"ParticipantId": 51641097
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 20713279611394979,
"Name": "Sweet Summer",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047253Z",
"ParticipantId": 51607546
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 118580851311394979,
"Name": "Walkabove",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.804726Z",
"ParticipantId": 53611684
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 54433209811394979,
"Name": "Liebelei",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047303Z",
"ParticipantId": 53611701
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 154625998111394979,
"Name": "De La Luna",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047305Z",
"ParticipantId": 53162566
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 47955639111394979,
"Name": "Real Love",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.804725Z",
"ParticipantId": 51553485
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 213529786911394979,
"Name": "Ci Mer",
"Status": 2,
"StartPrice": "1.0",
"Price": "80",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047255Z",
"ParticipantId": 53593251
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 206474021311394979,
"Name": "Pacifica",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047293Z",
"ParticipantId": 51650804
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 6895118511394979,
"Name": "Vamos A Marte",
"Status": 2,
"StartPrice": "1.0",
"Price": "60",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047261Z",
"ParticipantId": 53611686
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 104215547511394979,
"Name": "Waria",
"Status": 2,
"StartPrice": "1.0",
"Price": "75",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047269Z",
"ParticipantId": 53552010
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 104291230411394979,
"Name": "Waldfrieda",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047263Z",
"ParticipantId": 53563469
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 45332535311394979,
"Name": "Port Fairy",
"Status": 2,
"StartPrice": "1.0",
"Price": "25",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047257Z",
"ParticipantId": 53540678
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 65674179711394979,
"Name": "Koffi Esprit",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047287Z",
"ParticipantId": 53611705
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 191368302411394979,
"Name": "Royal Night",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047318Z",
"ParticipantId": 53577288
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 182912742711394979,
"Name": "Laklak",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047264Z",
"ParticipantId": 53611703
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 15697838311394979,
"Name": "Fun With Flags",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047244Z",
"ParticipantId": 53419679
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 92329455311394979,
"Name": "Lady Monia",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047304Z",
"ParticipantId": 53611704
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 51577731011394979,
"Name": "Andromeda",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047277Z",
"ParticipantId": 51682340
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 34456197211394979,
"Name": "Tanami Starlet",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047267Z",
"ParticipantId": 53608393
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 28573122911394979,
"Name": "Mada Mia",
"Status": 2,
"StartPrice": "1.0",
"Price": "200",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047288Z",
"ParticipantId": 53563297
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 157956318111394979,
"Name": "Donna Guilietta",
"Status": 2,
"StartPrice": "1.0",
"Price": "25",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047314Z",
"ParticipantId": 53594888
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 36701547711394979,
"Name": "Spanish Eyes",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047275Z",
"ParticipantId": 51632756
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 10833470511394979,
"Name": "In For Reel",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047298Z",
"ParticipantId": 53611707
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 31534309811394979,
"Name": "Valencia",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047246Z",
"ParticipantId": 51742038
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 43736808311394979,
"Name": "Quetame",
"Status": 2,
"StartPrice": "1.0",
"Price": "30",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047265Z",
"ParticipantId": 53603717
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 28083251911394979,
"Name": "Saman",
"Status": 2,
"StartPrice": "1.0",
"Price": "40",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047318Z",
"ParticipantId": 51745556
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 178634633711394979,
"Name": "Petra My Love",
"Status": 2,
"StartPrice": "1.0",
"Price": "60",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047271Z",
"ParticipantId": 53611694
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 160087699011394979,
"Name": "Diamond Crown",
"Status": 2,
"StartPrice": "1.0",
"Price": "25",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047252Z",
"ParticipantId": 53611378
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 171743438011394979,
"Name": "Novemberrose",
"Status": 2,
"StartPrice": "1.0",
"Price": "15",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047256Z",
"ParticipantId": 53577854
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 97306087811394979,
"Name": "Hope And Believe",
"Status": 2,
"StartPrice": "1.0",
"Price": "30",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047289Z",
"ParticipantId": 53611416
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 147077533311394979,
"Name": "Pumakatzi",
"Status": 2,
"StartPrice": "1.0",
"Price": "60",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047296Z",
"ParticipantId": 53611692
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 135622861411394979,
"Name": "Avola",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047322Z",
"ParticipantId": 53611374
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 161895828011394979,
"Name": "Princess Valentina",
"Status": 2,
"StartPrice": "1.0",
"Price": "60",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047244Z",
"ParticipantId": 53537799
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 24822071711394979,
"Name": "Baroness Of Lips",
"Status": 2,
"StartPrice": "1.0",
"Price": "40",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047254Z",
"ParticipantId": 53611376
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 165857924111394979,
"Name": "Je Zous",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047306Z",
"ParticipantId": 53566872
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 154400148511394979,
"Name": "Inaya",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047301Z",
"ParticipantId": 51542374
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 171123072311394979,
"Name": "Ein Nachgenanntes Pferd",
"Status": 2,
"StartPrice": "1.0",
"Price": "4.5",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047317Z",
"ParticipantId": 51524547
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 61764318411394979,
"Name": "Linzona",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047267Z",
"ParticipantId": 53584286
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 109127064311394979,
"Name": "Elle Brave",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047287Z",
"ParticipantId": 53614283
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 135861850511394979,
"Name": "Valparadiso",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047315Z",
"ParticipantId": 53611687
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 57793938611394979,
"Name": "Shagara",
"Status": 2,
"StartPrice": "1.0",
"Price": "10",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047262Z",
"ParticipantId": 53562867
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 13375384211394979,
"Name": "Francophone",
"Status": 2,
"StartPrice": "1.0",
"Price": "25",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.804728Z",
"ParticipantId": 53557547
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 4212906711394979,
"Name": "Donna Dorothea",
"Status": 2,
"StartPrice": "1.0",
"Price": "60",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047259Z",
"ParticipantId": 53611381
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 205218709511394979,
"Name": "The First Dance",
"Status": 2,
"StartPrice": "1.0",
"Price": "80",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047245Z",
"ParticipantId": 53591924
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 80154654011394979,
"Name": "Princesa",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047279Z",
"ParticipantId": 52264996
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 153905819711394979,
"Name": "Namouria",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047256Z",
"ParticipantId": 53611699
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 94221421511394979,
"Name": "Erle",
"Status": 2,
"StartPrice": "1.0",
"Price": "15",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047266Z",
"ParticipantId": 53569710
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 70056478911394979,
"Name": "Galaxy",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047313Z",
"ParticipantId": 51602558
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 163871405211394979,
"Name": "Rubies Are Red",
"Status": 2,
"StartPrice": "1.0",
"Price": "15",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047273Z",
"ParticipantId": 53598771
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 158660629411394979,
"Name": "High Wisdom",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047274Z",
"ParticipantId": 53611413
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 100390945711394979,
"Name": "Goodie Goodie",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047291Z",
"ParticipantId": 53611412
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 7417701611394979,
"Name": "Freville",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047247Z",
"ParticipantId": 53494197
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 36528803211394979,
"Name": "Desiree",
"Status": 2,
"StartPrice": "1.0",
"Price": "1",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047286Z",
"ParticipantId": 52120295
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 70683192111394979,
"Name": "No Moonlight",
"Status": 2,
"StartPrice": "1.0",
"Price": "60",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.804731Z",
"ParticipantId": 53611695
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 18406728711394979,
"Name": "Gondina",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.804729Z",
"ParticipantId": 53611411
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 128167096911394979,
"Name": "Elle La Vitesse",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047278Z",
"ParticipantId": 53550913
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 178990643511394979,
"Name": "Speedy Gonzalez",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047252Z",
"ParticipantId": 51609021
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 97885446011394979,
"Name": "Notre Dame",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047268Z",
"ParticipantId": 52454696
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 44402578011394979,
"Name": "Zamanie",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047275Z",
"ParticipantId": 53586457
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 74512195211394979,
"Name": "Techno Beat",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047314Z",
"ParticipantId": 53611688
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 28109957111394979,
"Name": "Dua Lina",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047309Z",
"ParticipantId": 53611382
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 136299522211394979,
"Name": "Lady Mary",
"Status": 2,
"StartPrice": "1.0",
"Price": "30",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047297Z",
"ParticipantId": 51561064
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 44272656211394979,
"Name": "Fang Mich",
"Status": 2,
"StartPrice": "1.0",
"Price": "25",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047285Z",
"ParticipantId": 53611410
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 169785073511394979,
"Name": "Tramina",
"Status": 2,
"StartPrice": "1.0",
"Price": "100",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047282Z",
"ParticipantId": 53587928
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 121972104711394979,
"Name": "Egina",
"Status": 2,
"StartPrice": "1.0",
"Price": "25",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047319Z",
"ParticipantId": 53590235
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 119086992811394979,
"Name": "Silvaplana",
"Status": 2,
"StartPrice": "1.0",
"Price": "35",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.804732Z",
"ParticipantId": 51561637
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 36787830411394979,
"Name": "Diya",
"Status": 2,
"StartPrice": "1.0",
"Price": "40",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047271Z",
"ParticipantId": 53611380
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 3062222311394979,
"Name": "Ismalia",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047248Z",
"ParticipantId": 53611706
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 76131405811394979,
"Name": "Brilliant",
"Status": 2,
"StartPrice": "1.0",
"Price": "34",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.804727Z",
"ParticipantId": 51607027
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 105802845311394979,
"Name": "Ashana",
"Status": 2,
"StartPrice": "1.0",
"Price": "50",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047295Z",
"ParticipantId": 53611373
},
{
"Probability": -1.0,
"SuspensionReason": 10,
"Id": 169476504211394979,
"Name": "Santa Sofia",
"Status": 2,
"StartPrice": "1.0",
"Price": "30",
"ProviderBetId": "94",
"LastUpdate": "2024-05-20T06:47:34.8047292Z",
"ParticipantId": 53611691
}
]
}
]
}
]
}
]
}
Inplay Snapshot
Example of '/InPlay/GetEvents'
{
"Header": {
"Type": 36,
"MsgGuid": "04471dd4-2bbe-40c2-aed7-d695c8d9542f",
"ServerTimestamp": 1717971790220
},
"Body": [
{
"FixtureId": 13059379,
"Fixture": {
"Subscription": {
"Type": 1,
"Status": 1
},
"Sport": {
"Id": 687887,
"Name": "Futsal"
},
"Location": {
"Id": 76,
"Name": "Portugal"
},
"League": {
"Id": 15547,
"Name": "Cup"
},
"StartDate": "2024-06-09T17:00:00",
"LastUpdate": "2024-06-09T18:34:13.814442",
"Status": 8,
"Participants": [
{
"Id": 53695951,
"Name": "Agd Meda",
"Position": "2"
},
{
"Id": 53695950,
"Name": "Leixoes",
"Position": "1"
}
],
"FixtureExtraData": [
{
"Name": "WithInPlay",
"Value": "true"
},
{
"Name": "WithLivescore",
"Value": "true"
}
]
},
"Livescore": {
"Scoreboard": {
"Status": 8,
"CurrentPeriod": 20,
"Time": "0",
"Results": [
{
"Position": "1",
"Value": "10"
},
{
"Position": "2",
"Value": "0"
}
]
},
"Periods": [
{
"Type": 10,
"IsFinished": true,
"IsConfirmed": false,
"Results": [
{
"Position": "1",
"Value": "2"
},
{
"Position": "2",
"Value": "0"
}
],
"Incidents": [
{
"Period": 10,
"IncidentType": 27,
"Seconds": 0,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "2"
},
{
"Position": "2",
"Value": "0"
}
]
},
{
"Period": 10,
"IncidentType": 27,
"Seconds": 346,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "1"
},
{
"Position": "2",
"Value": "0"
}
]
}
],
"SubPeriods": null,
"SequenceNumber": 0
},
{
"Type": 20,
"IsFinished": false,
"IsConfirmed": false,
"Results": [
{
"Position": "1",
"Value": "8"
},
{
"Position": "2",
"Value": "0"
}
],
"Incidents": [
{
"Period": 20,
"IncidentType": 27,
"Seconds": 33,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "10"
},
{
"Position": "2",
"Value": "0"
}
]
},
{
"Period": 20,
"IncidentType": 27,
"Seconds": 194,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "9"
},
{
"Position": "2",
"Value": "0"
}
]
},
{
"Period": 20,
"IncidentType": 27,
"Seconds": 267,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "8"
},
{
"Position": "2",
"Value": "0"
}
]
},
{
"Period": 20,
"IncidentType": 27,
"Seconds": 635,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "7"
},
{
"Position": "2",
"Value": "0"
}
]
},
{
"Period": 20,
"IncidentType": 27,
"Seconds": 777,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "6"
},
{
"Position": "2",
"Value": "0"
}
]
},
{
"Period": 20,
"IncidentType": 27,
"Seconds": 878,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "5"
},
{
"Position": "2",
"Value": "0"
}
]
},
{
"Period": 20,
"IncidentType": 27,
"Seconds": 993,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "4"
},
{
"Position": "2",
"Value": "0"
}
]
},
{
"Period": 20,
"IncidentType": 27,
"Seconds": 1090,
"ParticipantPosition": "1",
"Results": [
{
"Position": "1",
"Value": "3"
},
{
"Position": "2",
"Value": "0"
}
]
}
],
"SubPeriods": null,
"SequenceNumber": 0
}
],
"LivescoreExtraData": [
]
},
"Markets": null
},
{
"FixtureId": 13045511,
"Fixture": {
"Subscription": {
"Type": 1,
"Status": 1
},
"Sport": {
"Id": 687887,
"Name": "Futsal"
},
"Location": {
"Id": 203,
"Name": "Argentina"
},
"League": {
"Id": 42122,
"Name": "Primera Division"
},
"StartDate": "2024-06-08T01:00:00",
"LastUpdate": "2024-06-09T12:23:54.888548",
"Status": 6,
"Participants": [
{
"Id": 52525961,
"Name": " Kimberley",
"Position": "1"
},
{
"Id": 52526943,
"Name": "Secla",
"Position": "2"
}
],
"FixtureExtraData": [
{
"Name": "WithInPlay",
"Value": "true"
},
{
"Name": "WithLivescore",
"Value": "true"
}
]
},
"Livescore": {
"Scoreboard": {
"Status": 6,
"CurrentPeriod": -1,
"Time": "1200",
"Results": [
{
"Position": "1",
"Value": "0"
},
{
"Position": "2",
"Value": "0"
}
]
},
"Periods": [
{
"Type": 10,
"IsFinished": false,
"IsConfirmed": false,
"Results": [
{
"Position": "1",
"Value": "0"
},
{
"Position": "2",
"Value": "0"
}
],
"Incidents": null,
"SubPeriods": null,
"SequenceNumber": 0
}
],
"LivescoreExtraData": [
]
},
"Markets": null
}
]
}
Example of '/InPlay/GetFixtureMarkets'
{
"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"
}
]
}
]
}
]
}
Example of '/InPlay/GetFixtures'
{
"Header": {
"Type": 36,
"MsgGuid": "f60f49c0-8445-4714-a362-5a494214104c",
"ServerTimestamp": 1717971920047
},
"Body": [
{
"FixtureId": 13059446,
"Fixture": {
"Subscription": {
"Type": 1,
"Status": 1
},
"Sport": {
"Id": 265917,
"Name": "Table Tennis"
},
"Location": {
"Id": 248,
"Name": "International"
},
"League": {
"Id": 36410,
"Name": "Setka Cup | Men | Singles"
},
"StartDate": "2024-06-09T21:49:00",
"LastUpdate": "2024-06-09T21:55:27.295412",
"Status": 2,
"Participants": [
{
"Id": 52416090,
"Name": "Andriy Kovrikov",
"Position": "1"
},
{
"Id": 52838216,
"Name": "Oleksandr Dukhovenko",
"Position": "2"
}
],
"FixtureExtraData": [
{
"Name": "WithLivescore",
"Value": "true"
},
{
"Name": "WithInPlay",
"Value": "true"
},
{
"Name": "NumberOfPeriods",
"Value": "5"
}
]
},
"Livescore": null,
"Markets": null
},
{
"FixtureId": 13063508,
"Fixture": {
"Subscription": {
"Type": 1,
"Status": 1
},
"Sport": {
"Id": 265917,
"Name": "Table Tennis"
},
"Location": {
"Id": 248,
"Name": "International"
},
"League": {
"Id": 37410,
"Name": "Masters League | Men | Singles"
},
"StartDate": "2024-06-09T21:51:01",
"LastUpdate": "2024-06-09T21:54:29.978562",
"Status": 2,
"Participants": [
{
"Id": 53232683,
"Name": "Nikolay Ermolovich",
"Position": "1"
},
{
"Id": 53015448,
"Name": "Valeriy Bykh",
"Position": "2"
}
],
"FixtureExtraData": [
{
"Name": "WithLivescore",
"Value": "true"
},
{
"Name": "WithInPlay",
"Value": "true"
},
{
"Name": "NumberOfPeriods",
"Value": "7"
}
]
},
"Livescore": null,
"Markets": null
}
]
}
Example of '/InPlay/GetScores'
{
"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
}
]
}
Last updated