GET /api/bet_types/faf34045-c936-4147-abec-f81cadc3f555/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "faf34045-c936-4147-abec-f81cadc3f555",
"match": "https://api-prod.gambitprofit.com/api/matches/b6b1175a-4ebc-4cc5-a825-4e2dd5136e7b/?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": "Air Force",
"amount": 5000.0
},
{
"team": "Navy",
"amount": 5000.0
}
],
"expected_reward_tokens": 9250.0,
"profit_sb": 250.0,
"profit_sb_percentage": 2.78,
"recommended": true
},
"lines": [
{
"id": "2001dd8f-8e4c-46fc-9fc5-5aed5cc89bf0",
"gambit_id": "45b82691-560d-48a9-9759-5dc9a5bfc2ab",
"last_updated": "2022-10-02T15:17:25.497549-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Air Force",
"reward": "1.85000",
"odds": "1.90910",
"spread": "-14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faf34045-c936-4147-abec-f81cadc3f555/?format=api"
},
{
"id": "4150ceda-3c99-4f42-b3cb-97d7df617604",
"gambit_id": "d1577038-f2ff-4d88-9f0e-eb111a9b752f",
"last_updated": "2022-10-02T15:17:25.498609-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Navy",
"reward": "1.85000",
"odds": "1.90910",
"spread": "14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faf34045-c936-4147-abec-f81cadc3f555/?format=api"
}
]
}