GET /api/bet_types/0deec604-89c6-4670-bd96-59ba92599993/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0deec604-89c6-4670-bd96-59ba92599993",
"match": "https://api-prod.gambitprofit.com/api/matches/2335d396-7314-4eb1-9215-f7338dfe0c3f/?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": "Houston",
"amount": 8516.0
},
{
"team": "Rice",
"amount": 1484.0
}
],
"expected_reward_tokens": 9364.04,
"profit_sb": 364.04,
"profit_sb_percentage": 4.04,
"recommended": true
},
"lines": [
{
"id": "80f20043-09d3-4849-82ee-f3db129b9a44",
"gambit_id": "c7581de5-32e3-4e5d-8e98-fdb58e884bfc",
"last_updated": "2022-09-25T21:07:13.178995-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston",
"reward": "1.10000",
"odds": "1.11110",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0deec604-89c6-4670-bd96-59ba92599993/?format=api"
},
{
"id": "437463d8-6dda-4a39-bcd2-63ba46144951",
"gambit_id": "1a060812-91cc-4896-8a81-09684ff97f63",
"last_updated": "2022-09-25T21:07:13.180030-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Rice",
"reward": "6.31000",
"odds": "7.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0deec604-89c6-4670-bd96-59ba92599993/?format=api"
}
]
}