GET /api/bet_types/f653cc7c-0850-4179-b432-4c8a6835bb5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f653cc7c-0850-4179-b432-4c8a6835bb5b",
"match": "https://api-prod.gambitprofit.com/api/matches/f639e54a-e03c-492f-bf8b-f5e0c8ed6191/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-05T14:07:04.414600-04: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": "TEX",
"amount": 6100.0
},
{
"team": "LAA",
"amount": 3900.0
}
],
"expected_reward_tokens": 9516.0,
"profit_sb": 16.0,
"profit_sb_percentage": 0.17,
"recommended": true
},
"lines": [
{
"id": "8222d40a-12e5-4dab-a0e7-ea6e492a24a6",
"gambit_id": "d686173c-8593-468a-9214-b2c0aa96be05",
"last_updated": "2023-05-06T11:52:04.172035-04:00",
"created_at": "2023-05-05T14:07:04.417525-04:00",
"name": "TEX",
"reward": "1.56000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f653cc7c-0850-4179-b432-4c8a6835bb5b/?format=api"
},
{
"id": "8234f11e-65d3-4b1f-880d-0c8625990627",
"gambit_id": "c33ba047-0581-47f7-9421-d1d674a37c5c",
"last_updated": "2023-05-06T11:52:04.170666-04:00",
"created_at": "2023-05-05T14:07:04.416015-04:00",
"name": "LAA",
"reward": "2.44000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f653cc7c-0850-4179-b432-4c8a6835bb5b/?format=api"
}
]
}