GET /api/bet_types/7f871f3c-ef94-4e8f-9b7d-b0c7869e5ea3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7f871f3c-ef94-4e8f-9b7d-b0c7869e5ea3",
"match": "https://api-prod.gambitprofit.com/api/matches/d87cdd7b-8908-46a7-884c-5c52d378d17d/?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": "STL",
"amount": 5109.0
},
{
"team": "COL",
"amount": 4891.0
}
],
"expected_reward_tokens": 9145.11,
"profit_sb": 145.11,
"profit_sb_percentage": 1.61,
"recommended": true
},
"lines": [
{
"id": "2f072520-378b-45dc-814f-4b8c5ca60949",
"gambit_id": "4296ad92-1a32-4fa2-9259-b684d4d891a2",
"last_updated": "2022-08-10T10:06:55.909879-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "1.79000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f871f3c-ef94-4e8f-9b7d-b0c7869e5ea3/?format=api"
},
{
"id": "520efa43-4608-4a32-905e-0901ec243897",
"gambit_id": "0c8e6de5-f398-49d2-8702-6aa789932cd2",
"last_updated": "2022-08-10T10:06:55.909404-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.87000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f871f3c-ef94-4e8f-9b7d-b0c7869e5ea3/?format=api"
}
]
}