curl --request GET \
--url 'https://v5.oddspapi.io/zh/fixtures/settlement?apiKey='{
"fixtureId": "id1400003160574219",
"status": {
"live": false,
"statusId": 2,
"statusName": "Finished"
},
"sport": {
"sportId": 14,
"sportName": "American Football"
},
"tournament": {
"tournamentId": 31,
"tournamentName": "NFL",
"categoryName": "USA"
},
"season": {
"seasonId": null,
"seasonName": null,
"seasonRound": null
},
"venue": {
"venueId": null,
"venueName": null,
"venueLocation": null
},
"startTime": 1766685600,
"trueStartTime": "2025-12-25T18:00:17.744256+00:00",
"trueEndTime": "2025-12-25T21:09:09.345372+00:00",
"participants": {
"participant1Id": 4423,
"participant1RotNr": null,
"participant1Name": "Minnesota Vikings",
"participant1ShortName": "Vikings",
"participant1Abbr": null,
"participant2Id": 4419,
"participant2RotNr": null,
"participant2Name": "Detroit Lions",
"participant2ShortName": "Lions",
"participant2Abbr": null
},
"scores": {
"result": {
"period": "result",
"participant1Score": 23,
"participant2Score": 30,
"updatedAt": "2025-12-25T20:59:04.218194+00:00"
}
},
"clock": {
"currentPeriod": null,
"currentTime": null,
"remainingTime": null,
"remainingTimeInPeriod": null,
"stopped": null
},
"expectedPeriods": 4,
"periodLength": 15,
"externalProviders": {
"betgeniusId": 12281950,
"betradarId": 60574219,
"flashscoreId": "lWoCl15F",
"mollybetId": "2025-12-25,10050390,21622",
"opticoddsId": "20251225B0C134B3",
"pinnacleId": 1621042823,
"sofascoreId": 13897686
},
"settlements": [
{
"marketId": 101,
"marketType": "1x2",
"outcomeId": 142,
"playerId": 0,
"status": "won",
"team1Score": 23,
"team2Score": 30,
"periods": [
"fulltime"
],
"margin": 7
},
{
"marketId": 101,
"marketType": "1x2",
"outcomeId": 141,
"playerId": 0,
"status": "lost",
"team1Score": 23,
"team2Score": 30,
"periods": [
"fulltime"
],
"margin": -7,
"reason": "result"
}
]
}获取赛事的结算数据。
查询模式:必需 fixtureId + 可选 outcomeId、可选 playerId。
curl --request GET \
--url 'https://v5.oddspapi.io/zh/fixtures/settlement?apiKey='{
"fixtureId": "id1400003160574219",
"status": {
"live": false,
"statusId": 2,
"statusName": "Finished"
},
"sport": {
"sportId": 14,
"sportName": "American Football"
},
"tournament": {
"tournamentId": 31,
"tournamentName": "NFL",
"categoryName": "USA"
},
"season": {
"seasonId": null,
"seasonName": null,
"seasonRound": null
},
"venue": {
"venueId": null,
"venueName": null,
"venueLocation": null
},
"startTime": 1766685600,
"trueStartTime": "2025-12-25T18:00:17.744256+00:00",
"trueEndTime": "2025-12-25T21:09:09.345372+00:00",
"participants": {
"participant1Id": 4423,
"participant1RotNr": null,
"participant1Name": "Minnesota Vikings",
"participant1ShortName": "Vikings",
"participant1Abbr": null,
"participant2Id": 4419,
"participant2RotNr": null,
"participant2Name": "Detroit Lions",
"participant2ShortName": "Lions",
"participant2Abbr": null
},
"scores": {
"result": {
"period": "result",
"participant1Score": 23,
"participant2Score": 30,
"updatedAt": "2025-12-25T20:59:04.218194+00:00"
}
},
"clock": {
"currentPeriod": null,
"currentTime": null,
"remainingTime": null,
"remainingTimeInPeriod": null,
"stopped": null
},
"expectedPeriods": 4,
"periodLength": 15,
"externalProviders": {
"betgeniusId": 12281950,
"betradarId": 60574219,
"flashscoreId": "lWoCl15F",
"mollybetId": "2025-12-25,10050390,21622",
"opticoddsId": "20251225B0C134B3",
"pinnacleId": 1621042823,
"sofascoreId": 13897686
},
"settlements": [
{
"marketId": 101,
"marketType": "1x2",
"outcomeId": 142,
"playerId": 0,
"status": "won",
"team1Score": 23,
"team2Score": 30,
"periods": [
"fulltime"
],
"margin": 7
},
{
"marketId": 101,
"marketType": "1x2",
"outcomeId": 141,
"playerId": 0,
"status": "lost",
"team1Score": 23,
"team2Score": 30,
"periods": [
"fulltime"
],
"margin": -7,
"reason": "result"
}
]
}Your API key (query-based auth for v5).
Single fixture ID (e.g. id1400003160574219).
Optional: restrict settlements to a single outcomeId.
Optional: restrict settlements to a single playerId.
Returns FixtureSettlementResponse (fixture meta + settlements[])
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes