GET /api/bet_types/3ad847a9-6d91-443d-bdd7-1e3449669bee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3ad847a9-6d91-443d-bdd7-1e3449669bee",
"match": "https://api-prod.gambitprofit.com/api/matches/e191d37d-c8a3-41d8-a6b3-459c147543dc/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-22T09:08:18.184605-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": "Chicago Bulls",
"amount": 5000.0
},
{
"team": "Oklahoma City Thunder",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "7550edca-57c7-44b8-80d1-e9be90cbe737",
"gambit_id": "26d77161-555e-4033-9c56-3a1b5e643cbd",
"last_updated": "2023-11-23T14:33:15.327068-05:00",
"created_at": "2023-11-22T09:08:18.188110-05:00",
"name": "Chicago Bulls",
"reward": "1.87000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ad847a9-6d91-443d-bdd7-1e3449669bee/?format=api"
},
{
"id": "96495a41-e410-42e7-99c9-301d12885243",
"gambit_id": "1ad0521c-050e-4c35-b36c-1b00cee84363",
"last_updated": "2023-11-23T14:33:15.330220-05:00",
"created_at": "2023-11-22T09:08:18.191928-05:00",
"name": "Oklahoma City Thunder",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ad847a9-6d91-443d-bdd7-1e3449669bee/?format=api"
}
]
}