GET /api/bet_types/b24c5812-32bb-499f-b941-665c966a1722/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b24c5812-32bb-499f-b941-665c966a1722",
"match": "https://api-prod.gambitprofit.com/api/matches/b5d258f0-855f-42d3-baa4-0182237a071f/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-29T08:33:13.684641-04:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "ATL",
"amount": 6232.0
},
{
"team": "COL",
"amount": 3768.0
}
],
"expected_reward_tokens": 9533.04,
"profit_sb": 33.04,
"profit_sb_percentage": 0.35,
"recommended": true
},
"lines": [
{
"id": "6831564b-8f5c-4626-ad38-cd6276e3c26f",
"gambit_id": "adda9e9d-0e41-48c7-8598-58de43c2bc39",
"last_updated": "2023-08-30T13:28:25.786589-04:00",
"created_at": "2023-08-29T08:33:13.688127-04:00",
"name": "ATL",
"reward": "1.53000",
"odds": "1.55560",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b24c5812-32bb-499f-b941-665c966a1722/?format=api"
},
{
"id": "122cb5d0-927a-4934-8c40-743a34fd8d2c",
"gambit_id": "90530da4-a1cf-490f-8120-37e3eec370d9",
"last_updated": "2023-08-30T13:28:25.790122-04:00",
"created_at": "2023-08-29T08:33:13.692014-04:00",
"name": "COL",
"reward": "2.53000",
"odds": "2.60000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b24c5812-32bb-499f-b941-665c966a1722/?format=api"
}
]
}