GET /api/bet_types/865465bf-9a0e-481f-8436-07b7cee1ce87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "865465bf-9a0e-481f-8436-07b7cee1ce87",
"match": "https://api-prod.gambitprofit.com/api/matches/5d16ee00-f9fa-457d-9894-f40a4962c457/?format=api",
"name": "Pick the Winner",
"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": "Minnesota Wild",
"amount": 5899.0
},
{
"team": "Anaheim Ducks",
"amount": 4101.0
}
],
"expected_reward_tokens": 9143.45,
"profit_sb": 143.45,
"profit_sb_percentage": 1.59,
"recommended": true
},
"lines": [
{
"id": "d743c9ca-6e63-4c52-ad08-3ce8fc01bf1c",
"gambit_id": "9b8eb990-98d8-4563-bc58-374977ec0ba3",
"last_updated": "2022-11-10T10:04:27.902795-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota Wild",
"reward": "1.55000",
"odds": "1.62500",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865465bf-9a0e-481f-8436-07b7cee1ce87/?format=api"
},
{
"id": "cbd748b6-3806-4d98-bf87-18be9d669c6e",
"gambit_id": "3a373bc8-68c7-4594-bf5b-fca4559504a4",
"last_updated": "2022-11-10T10:04:27.903760-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "2.23000",
"odds": "2.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865465bf-9a0e-481f-8436-07b7cee1ce87/?format=api"
}
]
}