StatsHub Docs
APIEndpoint referenceProps

/props/team-screener-by-event

GET
/api/props/team-screener-by-event

Query Parameters

eventId?string
statTypes?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/props/team-screener-by-event"
{  "data": [    {      "bookmakers": [        {          "bookmakerId": 0,          "bookmakerName": "string",          "marketName": "string",          "odds": [            {              "property1": null,              "property2": null            }          ]        }      ],      "eventId": 0,      "eventTimestamp": 0,      "hitRateL10": 0,      "hitRateL15": 0,      "hitRateL5": 0,      "leagueId": 0,      "leagueName": "string",      "line": 0.1,      "oddsType": "string",      "opponentHitRateL10": 0,      "opponentHitRateL15": 0,      "opponentHitRateL5": 0,      "opponentTeamId": 0,      "opponentTeamName": "string",      "opponentTeamSlug": "string",      "statDisplay": "string",      "statType": "string",      "teamId": 0,      "teamName": "string",      "teamSlug": "string"    }  ]}