GET /api/bet_types/caeb28e0-1095-4d93-8aec-13dc1ac23dca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "caeb28e0-1095-4d93-8aec-13dc1ac23dca",
"match": "https://api-prod.gambitprofit.com/api/matches/e68e3bab-8496-4800-a519-e7977b5dc876/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "BYU",
"amount": 10000
}
],
"expected_reward_tokens": 10500.0,
"profit_sb": 1500.0,
"profit_sb_percentage": 16.67,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "BYU",
"amount": 8877.0
},
{
"team": "Wyoming",
"amount": 1123.0
}
],
"expected_reward_tokens": 9320.85,
"profit_sb": 320.85,
"profit_sb_percentage": 3.56,
"recommended": true
},
"lines": [
{
"id": "88bceb99-01fb-4935-b1c0-64448407de49",
"gambit_id": "6b4c5462-2ab0-4756-89a3-f7fccd8e7b42",
"last_updated": "2022-09-25T21:32:24.677602-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BYU",
"reward": "1.05000",
"odds": "1.05880",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caeb28e0-1095-4d93-8aec-13dc1ac23dca/?format=api"
},
{
"id": "299b5788-679a-4dfe-85da-90d136c4b0f6",
"gambit_id": "dae2666a-ab83-4569-ae70-657530799278",
"last_updated": "2022-09-25T21:32:24.678607-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wyoming",
"reward": "8.30000",
"odds": "9.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caeb28e0-1095-4d93-8aec-13dc1ac23dca/?format=api"
}
]
}