GET /api/bet_types/9805ab5d-e019-4947-a0ef-3723a6e905c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9805ab5d-e019-4947-a0ef-3723a6e905c0",
"match": "https://api-prod.gambitprofit.com/api/matches/fffdb27d-41b8-4afd-90e9-54117147f8f8/?format=api",
"name": "Play the Odds",
"created_at": "2024-01-07T09:07:55.542093-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": "Orlando Magic",
"amount": 5000.0
},
{
"team": "Atlanta Hawks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "3dcbc132-bc16-40d8-acee-cf6d342e4122",
"gambit_id": "6b53b0f5-a9bf-4685-9503-1d857fc72dc3",
"last_updated": "2024-01-09T10:43:22.583785-05:00",
"created_at": "2024-01-07T09:07:55.551077-05:00",
"name": "Orlando Magic",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9805ab5d-e019-4947-a0ef-3723a6e905c0/?format=api"
},
{
"id": "de4aaba7-3805-4ba2-a4f9-20fe915fed3c",
"gambit_id": "98a802b2-d03d-4d02-a112-234457439c21",
"last_updated": "2024-01-09T10:43:22.576378-05:00",
"created_at": "2024-01-07T09:07:55.546828-05:00",
"name": "Atlanta Hawks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9805ab5d-e019-4947-a0ef-3723a6e905c0/?format=api"
}
]
}