GET /api/bet_types/25d8c7f5-2e0c-4dec-ad08-195930b80ddd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "25d8c7f5-2e0c-4dec-ad08-195930b80ddd",
"match": "https://api-prod.gambitprofit.com/api/matches/132c199f-e4a6-4bff-b2c6-f7a4f00bf260/?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": "Ball State",
"amount": 5000.0
},
{
"team": "Western Michigan",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "4697d920-8530-46ae-9bd6-fb7f413fe306",
"gambit_id": "a8eb1a34-1ca8-4e38-8cbe-773c00d044c5",
"last_updated": "2022-09-11T11:02:02.388567-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ball State",
"reward": "1.81000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25d8c7f5-2e0c-4dec-ad08-195930b80ddd/?format=api"
},
{
"id": "c670cb98-2b9f-4cc3-950c-a2fd21cf3ed3",
"gambit_id": "18d2a19c-cf76-4867-bc16-2388c9621762",
"last_updated": "2022-09-11T11:02:02.389635-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Western Michigan",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25d8c7f5-2e0c-4dec-ad08-195930b80ddd/?format=api"
}
]
}