GET /api/bet_types/9a6df3b2-8f78-46fd-9868-f354df971892/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9a6df3b2-8f78-46fd-9868-f354df971892",
"match": "https://api-prod.gambitprofit.com/api/matches/6f0fdf28-4147-4bf1-85a1-718e96cc2892/?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": "OAK",
"amount": 6189.0
},
{
"team": "TEX",
"amount": 3811.0
}
],
"expected_reward_tokens": 9221.61,
"profit_sb": 221.61,
"profit_sb_percentage": 2.46,
"recommended": true
},
"lines": [
{
"id": "7b821af6-4314-4475-9a5d-c9560f06edf9",
"gambit_id": "dd731954-45ba-40f9-a42d-4e5890ba5bfa",
"last_updated": "2022-09-14T10:12:06.165038-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "1.49000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6df3b2-8f78-46fd-9868-f354df971892/?format=api"
},
{
"id": "74c0257d-54f8-4148-9008-bf2db74e716b",
"gambit_id": "19bc088f-a93c-43cb-8dd9-fba1e8eba8dc",
"last_updated": "2022-09-14T10:12:06.163933-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "2.42000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6df3b2-8f78-46fd-9868-f354df971892/?format=api"
}
]
}