GET /api/bet_types/6a23004d-d35e-4fc8-a380-1bfc2db479ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6a23004d-d35e-4fc8-a380-1bfc2db479ac",
"match": "https://api-prod.gambitprofit.com/api/matches/113cd2e4-481d-46f5-9a94-5784c417b6f5/?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": "CIN",
"amount": 5780.0
},
{
"team": "CHC",
"amount": 4220.0
}
],
"expected_reward_tokens": 9537.0,
"profit_sb": 37.0,
"profit_sb_percentage": 0.39,
"recommended": true
},
"lines": [
{
"id": "c84471a8-275a-4136-85eb-b4065bd676b3",
"gambit_id": "0bac9f9b-1b50-4ebe-ae0c-a009978f467a",
"last_updated": "2022-10-06T10:02:08.835843-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "1.65000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a23004d-d35e-4fc8-a380-1bfc2db479ac/?format=api"
},
{
"id": "a77f7bcc-112a-4f5c-91eb-a24d5bdae735",
"gambit_id": "13f77aa7-f32d-47ba-9a6a-5081fbc61098",
"last_updated": "2022-10-06T10:02:08.834870-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CHC",
"reward": "2.26000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a23004d-d35e-4fc8-a380-1bfc2db479ac/?format=api"
}
]
}