GET /api/bet_types/2961b223-3e60-4160-8061-56930c124cb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2961b223-3e60-4160-8061-56930c124cb7",
"match": "https://api-prod.gambitprofit.com/api/matches/bd1f7903-81ac-422c-95ea-52836cbfb332/?format=api",
"name": "Pick the Winner",
"created_at": "2023-12-06T09:13:08.123794-05: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": "Vegas Golden Knights",
"amount": 6020.0
},
{
"team": "St Louis Blues",
"amount": 3980.0
}
],
"expected_reward_tokens": 9511.6,
"profit_sb": 11.6,
"profit_sb_percentage": 0.12,
"recommended": true
},
"lines": [
{
"id": "33b1f2c9-8e79-41ee-ad9a-797d05931038",
"gambit_id": "ff222ea9-7060-41bd-8575-6dae1c11cb3e",
"last_updated": "2023-12-07T15:23:06.073279-05:00",
"created_at": "2023-12-06T09:13:08.127942-05:00",
"name": "Vegas Golden Knights",
"reward": "1.58000",
"odds": "1.60610",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2961b223-3e60-4160-8061-56930c124cb7/?format=api"
},
{
"id": "f1e22fb5-5d24-4177-a21d-a85e9b43a960",
"gambit_id": "5c7fe2bb-9c53-429c-baa5-133ef8d97931",
"last_updated": "2023-12-07T15:23:06.076868-05:00",
"created_at": "2023-12-06T09:13:08.132048-05:00",
"name": "St Louis Blues",
"reward": "2.39000",
"odds": "2.45000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2961b223-3e60-4160-8061-56930c124cb7/?format=api"
}
]
}