GET /api/bet_types/bb455307-108e-48a4-8e3b-2643f414181f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bb455307-108e-48a4-8e3b-2643f414181f",
"match": "https://api-prod.gambitprofit.com/api/matches/df89f73e-7ea1-4419-a884-bf3316edadaf/?format=api",
"name": "Play the Odds",
"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": "Hawaii",
"amount": 5000.0
},
{
"team": "Michigan",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "c8c4073f-caa7-40fc-ad1b-4aef2c329e52",
"gambit_id": "b03a1a4f-f31a-46ab-b730-795f1f463ae2",
"last_updated": "2022-09-11T09:52:40.081327-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Hawaii",
"reward": "1.81000",
"odds": "1.90910",
"spread": "53.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb455307-108e-48a4-8e3b-2643f414181f/?format=api"
},
{
"id": "42a21776-2926-4bad-970e-fa6b15692f93",
"gambit_id": "e76bc594-f3c6-4ba1-9ae9-30447498903b",
"last_updated": "2022-09-11T09:52:40.080202-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-53.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb455307-108e-48a4-8e3b-2643f414181f/?format=api"
}
]
}