Hottest Props (HTP)
In the following example you will retrieve all the upcoming NBA player performance predictions that are considered Hottest Props (HTP). Players are placed on the HTP when they appear on a given number of internal top 10 lists (varies by sport and position)
"Related Sports Data APIS"
Method | Description | Availability |
---|---|---|
GET | /sports-data/{sport}/v2/performances/diamonds | All Leagues |
Start By querying the /sports-data/{sport}/v2/performances/hottest
endpoint.
GET https://api.fairplaybettech.com/american-football/performances/diamonds
The result includes all player performance results for upcoming games where the performance prediction is being considered a Hottest Prop Performance. For example:
{
"links": {
"self": "\/basketball\/v2\/performances\/hottest"
},
"meta": {
"totalItems": 84
},
"data": [
{
"id": "\/basketball\/v2\/performances\/eb13188f-ca36-38c1-b0a5-5a96c34bf74d",
"type": "Performance",
"attributes": {
"uuid": "eb13188f-ca36-38c1-b0a5-5a96c34bf74d",
"minutesPlayed": 24.056,
"totalSecondsPlayed": 1443.354,
"flagrantFouls": null,
"foulsReceived": null,
"blocksReceived": null,
"plusMinus": null,
"fieldGoalsMade": 6.505,
"fieldGoalsAttempted": 10.62,
"freeThrowsMade": 2.395,
"freeThrowsAttempted": 3.668,
"threePointFieldGoalsMade": 0,
"threePointFieldGoalsAttempted": 0,
"points": 15.405,
"reboundsOffensive": 2.546,
"reboundsDefensive": 6.173,
"reboundsTotal": 8.719,
"assists": 3.476,
"steals": 2.223,
"blockedShots": 0.711,
"turnovers": 1.666,
"personalFouls": 1.197,
"technicalFouls": null,
"gameScore": 16.707,
"prob4plusThreePoints": null,
"prob30plusPoints": null,
"prob10plusAssists": null,
"prob10plusRebounds": null,
"probDoubleDouble": null,
"probTripleDouble": null
},
"relationships": {
"player": {
"data": {
"type": "Player",
"id": "\/basketball\/v2\/players\/a5dadf78-9126-4609-b79f-acc82aba0412"
}
},
"event": {
"data": {
"type": "Event",
"id": "\/basketball\/v2\/events\/64788589-59a1-4997-a4bc-86171fc9098f"
}
},
"team": {
"data": {
"type": "Team",
"id": "\/basketball\/v2\/teams\/51521cbb-d032-4977-a1d1-74a29aded6ee"
}
}
}
},
...cut...
}
}
The resulting performance
entities give you various player related pre-game probabilities depending on the league and/or sport.