GET /api/bet_types/9b238856-a5de-4055-8c33-b01e18ea0a6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9b238856-a5de-4055-8c33-b01e18ea0a6f",
"match": "https://api-prod.gambitprofit.com/api/matches/38f2499a-aad7-49c6-903e-4553fd9a22d5/?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": "Georgia",
"amount": 5000.0
},
{
"team": "Florida",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "3c85b3c1-fa37-470c-8b78-17f52c367162",
"gambit_id": "a4496d77-1a45-4a3d-b23b-e4dca931b277",
"last_updated": "2022-10-31T10:37:24.945218-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-23.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b238856-a5de-4055-8c33-b01e18ea0a6f/?format=api"
},
{
"id": "86ad82da-4dcd-4da1-8aba-93d068af9c88",
"gambit_id": "b030bd36-a247-41ce-908f-60e1a4515632",
"last_updated": "2022-10-31T10:37:24.946137-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida",
"reward": "1.88000",
"odds": "1.90910",
"spread": "23.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b238856-a5de-4055-8c33-b01e18ea0a6f/?format=api"
}
]
}