GET /api/bet_types/ea47cc92-d740-4f20-850d-922d6f06ae52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ea47cc92-d740-4f20-850d-922d6f06ae52",
"match": "https://api-prod.gambitprofit.com/api/matches/4eb357c8-1fa9-4eba-a4a9-3003f462c4e5/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-03T00:23:16.234376-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": "LOS",
"amount": 5939.0
},
{
"team": "ATL",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "9e669999-72a0-408c-a2d8-857a1ca3813b",
"gambit_id": "5af4873d-5c8c-40a2-b709-04bbaea0e918",
"last_updated": "2023-09-05T10:23:07.150384-04:00",
"created_at": "2023-09-03T00:23:16.243969-04:00",
"name": "LOS",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea47cc92-d740-4f20-850d-922d6f06ae52/?format=api"
},
{
"id": "c2dfd074-cb7f-49e6-b720-b302a333b439",
"gambit_id": "c3bf38a5-f4a5-497a-9483-1e5820a18443",
"last_updated": "2023-09-05T10:23:07.147070-04:00",
"created_at": "2023-09-03T00:23:16.239084-04:00",
"name": "ATL",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea47cc92-d740-4f20-850d-922d6f06ae52/?format=api"
}
]
}