GET /api/bet_types/e2437e1a-132c-4b87-ab26-ae67e6d52cd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e2437e1a-132c-4b87-ab26-ae67e6d52cd6",
"match": "https://api-prod.gambitprofit.com/api/matches/e5c24aa8-7a82-4dc1-9842-1de02a89391d/?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": "New Orleans Pelicans",
"amount": 5000.0
},
{
"team": "Chicago Bulls",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "4de97552-56a9-4e3b-998f-faf58e2ad761",
"gambit_id": "3332890d-a3b7-41f7-8abb-073aecbf3591",
"last_updated": "2022-11-10T09:17:43.453379-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Orleans Pelicans",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2437e1a-132c-4b87-ab26-ae67e6d52cd6/?format=api"
},
{
"id": "a223041a-befc-4803-8b82-3241e427a733",
"gambit_id": "d742ee67-6a65-4278-8f24-2a5f9380b5f9",
"last_updated": "2022-11-10T09:17:43.452420-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Bulls",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2437e1a-132c-4b87-ab26-ae67e6d52cd6/?format=api"
}
]
}