GET /api/bet_types/f7271fc7-8495-4f2c-958b-6b5b1fd3689d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f7271fc7-8495-4f2c-958b-6b5b1fd3689d",
"match": "https://api-prod.gambitprofit.com/api/matches/44d37da3-2d42-46f1-be92-e9d36d20ef01/?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": "Vanderbilt",
"amount": 5000.0
},
{
"team": "South Carolina",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "c5905568-aec0-48a0-95c2-46b1f8c11eef",
"gambit_id": "6ae19fa0-3543-43ea-a419-ddd8682467bb",
"last_updated": "2022-11-06T16:17:57.454426-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Vanderbilt",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7271fc7-8495-4f2c-958b-6b5b1fd3689d/?format=api"
},
{
"id": "88f55b1b-fdf2-47d5-9392-3d4dd0bbd319",
"gambit_id": "bf4ab9f4-28c2-4e07-8f75-c8cffe49607d",
"last_updated": "2022-11-06T16:17:57.455452-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "South Carolina",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7271fc7-8495-4f2c-958b-6b5b1fd3689d/?format=api"
}
]
}