GET /api/bet_types/e356ad59-7ce4-424e-a32f-33a90916896b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e356ad59-7ce4-424e-a32f-33a90916896b",
"match": "https://api-prod.gambitprofit.com/api/matches/ed8d785b-10de-4868-a1ad-efbefbd714fc/?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": "Northern Illinois",
"amount": 5000.0
},
{
"team": "Western Michigan",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "aa973b39-4d05-4e22-b8e6-8f4ad2e63620",
"gambit_id": "174abfc0-f108-4125-8b07-18c918909289",
"last_updated": "2022-11-10T09:32:36.131307-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Northern Illinois",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e356ad59-7ce4-424e-a32f-33a90916896b/?format=api"
},
{
"id": "89d97374-db13-419a-88b8-0033bcb6048e",
"gambit_id": "98511037-2aaf-45de-95af-45fb615ba07c",
"last_updated": "2022-11-10T09:32:36.130331-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Western Michigan",
"reward": "1.80000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e356ad59-7ce4-424e-a32f-33a90916896b/?format=api"
}
]
}