GET /api/bet_types/c0ee3add-98e5-48ef-9ffd-af4a490c012d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c0ee3add-98e5-48ef-9ffd-af4a490c012d",
"match": "https://api-prod.gambitprofit.com/api/matches/dc06898c-5e5c-4de9-86fc-d84f64387722/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-07T16:02:12.325454-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": "Milwaukee Bucks",
"amount": 5000.0
},
{
"team": "Orlando Magic",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "7cdef15a-3ec3-4fd4-a515-affcacdfc61f",
"gambit_id": "e63b5618-36be-423d-8699-82c9750cfc36",
"last_updated": "2023-03-08T10:07:27.463858-05:00",
"created_at": "2023-03-07T16:02:12.327982-05:00",
"name": "Milwaukee Bucks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0ee3add-98e5-48ef-9ffd-af4a490c012d/?format=api"
},
{
"id": "fd6c9620-5ce7-459d-8765-304e42aa4997",
"gambit_id": "2b3fe582-1a98-4623-afab-b33d1f6fc2e3",
"last_updated": "2023-03-08T10:07:27.462707-05:00",
"created_at": "2023-03-07T16:02:12.326715-05:00",
"name": "Orlando Magic",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0ee3add-98e5-48ef-9ffd-af4a490c012d/?format=api"
}
]
}