GET /api/bet_types/61174e3a-b4a4-4e11-9431-7e9f779d934d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "61174e3a-b4a4-4e11-9431-7e9f779d934d",
"match": "https://api-prod.gambitprofit.com/api/matches/2471a6ee-a2c5-4701-82f5-dc9f45fece09/?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": "Purdue",
"amount": 5000.0
},
{
"team": "Syracuse",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "93f40715-72a7-46ae-8530-bfc3bae3d192",
"gambit_id": "d438dc6a-c8aa-43c0-bdb9-5b1aba495b1b",
"last_updated": "2022-09-18T20:47:18.124850-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Purdue",
"reward": "1.81000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61174e3a-b4a4-4e11-9431-7e9f779d934d/?format=api"
},
{
"id": "c0cbbb91-547b-4cd7-a61d-b136a475057f",
"gambit_id": "cb928ef8-1498-47eb-8baf-3f6b09e601e3",
"last_updated": "2022-09-18T20:47:18.123847-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Syracuse",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61174e3a-b4a4-4e11-9431-7e9f779d934d/?format=api"
}
]
}