GET /api/bet_types/3d53fa4d-3645-495e-b772-caa60989d1b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3d53fa4d-3645-495e-b772-caa60989d1b3",
"match": "https://api-prod.gambitprofit.com/api/matches/303f1d53-4530-457f-82e7-2ab36ba14677/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-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": "Paulo Costa",
"amount": 7448.0
},
{
"team": "Luke Rockhold",
"amount": 2552.0
}
],
"expected_reward_tokens": 9161.04,
"profit_sb": 161.04,
"profit_sb_percentage": 1.79,
"recommended": true
},
"lines": [
{
"id": "abbc44ac-acd8-4b92-8679-541b60d6b5a4",
"gambit_id": "4f4bda4c-1013-4499-ae5d-42d9275e89db",
"last_updated": "2022-08-21T19:32:06.181227-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Paulo Costa",
"reward": "1.23000",
"odds": "1.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d53fa4d-3645-495e-b772-caa60989d1b3/?format=api"
},
{
"id": "050fa534-e7b3-44b4-98ad-b8403c212d08",
"gambit_id": "401099bd-36a6-459c-bc2e-443e9fc2f3c9",
"last_updated": "2022-08-21T19:32:06.181762-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Luke Rockhold",
"reward": "3.59000",
"odds": "3.85000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d53fa4d-3645-495e-b772-caa60989d1b3/?format=api"
}
]
}