GET /api/bet_types/15fe5ec5-3452-4cc3-aaec-b1701a77e06e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "15fe5ec5-3452-4cc3-aaec-b1701a77e06e",
"match": "https://api-prod.gambitprofit.com/api/matches/093c0171-c87d-4e90-88ee-1032fd17d196/?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": "Texas Tech",
"amount": 5316.0
},
{
"team": "Baylor",
"amount": 4684.0
}
],
"expected_reward_tokens": 9461.68,
"profit_sb": -38.32,
"profit_sb_percentage": -0.4,
"recommended": false
},
"lines": [
{
"id": "c88cd34b-a376-4b62-8c5d-856cec8ab954",
"gambit_id": "6c5963cc-7fe6-4e95-8663-937900b0e33f",
"last_updated": "2022-10-31T10:17:31.053227-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas Tech",
"reward": "1.78000",
"odds": "1.80000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15fe5ec5-3452-4cc3-aaec-b1701a77e06e/?format=api"
},
{
"id": "0bc614ca-3bc3-4813-973d-0279ee7417db",
"gambit_id": "e9ded3b4-6fe7-41d3-bcea-903d6e42e02d",
"last_updated": "2022-10-31T10:17:31.056733-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Baylor",
"reward": "2.02000",
"odds": "2.05000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15fe5ec5-3452-4cc3-aaec-b1701a77e06e/?format=api"
}
]
}