GET /api/bet_types/f97bb7ce-3ff1-4199-9289-2f59e162b2ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f97bb7ce-3ff1-4199-9289-2f59e162b2ee",
"match": "https://api-prod.gambitprofit.com/api/matches/8d039251-a174-4da5-a18d-81e0a70b4902/?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": "PHI",
"amount": 5571.0
},
{
"team": "ATL",
"amount": 4429.0
}
],
"expected_reward_tokens": 9079.45,
"profit_sb": 79.45,
"profit_sb_percentage": 0.88,
"recommended": true
},
"lines": [
{
"id": "90e6fa17-7388-47d0-8fd4-25f18fd46afb",
"gambit_id": "89cb51cd-dda6-4c57-aa31-acb74ac19b3d",
"last_updated": "2022-09-26T10:32:11.259222-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.63000",
"odds": "1.71430",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f97bb7ce-3ff1-4199-9289-2f59e162b2ee/?format=api"
},
{
"id": "c5179d19-4d93-499e-9238-9576cf03b5b6",
"gambit_id": "0430674d-92e6-473d-a2f1-a6b9f754d0f7",
"last_updated": "2022-09-26T10:32:11.260198-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "2.05000",
"odds": "2.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f97bb7ce-3ff1-4199-9289-2f59e162b2ee/?format=api"
}
]
}