StatsHub Docs
Endpoint referenceValue bets props

/value-bets-props

ValueBetsProps serves the endpoint.

GET
/api/v2/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/problem+json

application/problem+json

application/problem+json

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