GET /api/bet_types/75cb8ef8-f259-4ec8-8e86-671139117977/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "75cb8ef8-f259-4ec8-8e86-671139117977",
"match": "https://api-prod.gambitprofit.com/api/matches/4e7fd4b0-d5ef-4633-a498-8ff249d367b1/?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": "Penn State",
"amount": 5000.0
},
{
"team": "Auburn",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "da352272-a153-475d-9b4f-95c50bf3c5d6",
"gambit_id": "52ce77dd-2e93-4b60-8b70-ebc90c4983a1",
"last_updated": "2022-09-18T20:32:16.234596-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Penn State",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75cb8ef8-f259-4ec8-8e86-671139117977/?format=api"
},
{
"id": "47c0cb01-bff3-4066-bedb-bcd468bc047b",
"gambit_id": "3dbec913-8aff-40a4-ac7c-05e5ea7bbf19",
"last_updated": "2022-09-18T20:32:16.233612-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Auburn",
"reward": "1.81000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75cb8ef8-f259-4ec8-8e86-671139117977/?format=api"
}
]
}