GET /api/bet_types/ae01ac92-8a82-48b5-9c0b-4998684d7dab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ae01ac92-8a82-48b5-9c0b-4998684d7dab",
"match": "https://api-prod.gambitprofit.com/api/matches/a4bdde6c-8d6e-44db-945b-51c379e7d99d/?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": "LOS",
"amount": 5302.0
},
{
"team": "ARI",
"amount": 4698.0
}
],
"expected_reward_tokens": 9066.42,
"profit_sb": 66.42,
"profit_sb_percentage": 0.74,
"recommended": true
},
"lines": [
{
"id": "0ea37953-b467-44d1-ad0f-acdc184f1749",
"gambit_id": "bf0ad754-b607-40ba-8cc0-3ffa7864f5ed",
"last_updated": "2022-09-14T10:07:04.501232-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LOS",
"reward": "1.71000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae01ac92-8a82-48b5-9c0b-4998684d7dab/?format=api"
},
{
"id": "2d5016e1-4680-4118-b886-49e395782754",
"gambit_id": "517cd425-094d-4976-8349-c6d7f772d96f",
"last_updated": "2022-09-14T10:07:04.500108-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ARI",
"reward": "1.93000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae01ac92-8a82-48b5-9c0b-4998684d7dab/?format=api"
}
]
}