StatsHub Docs
APIEndpoint referenceValue bets props

/value-bets-props

ValueBetsProps serves the endpoint.

GET
/api/value-bets-props

ValueBetsProps serves the endpoint.

Query Parameters

league?string
line?string
marketType?string
maxOdds?string
minEdge?string
opponentMultiplier?string
player?string
source?string
team?string
timeToKickoff?string
order?string
sortBy?string
page?string
pageSize?string
side?string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/value-bets-props"
{  "data": [    {      "property1": null,      "property2": null    }  ],  "meta": {    "property1": null,    "property2": null  }}