GET /api/bet_types/7c02c509-55fc-4d6b-a0b4-2bebe67b6f30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7c02c509-55fc-4d6b-a0b4-2bebe67b6f30",
"match": "https://api-prod.gambitprofit.com/api/matches/1a666756-4110-4dd8-a718-3216afa2ea73/?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": "OAK",
"amount": 5000.0
},
{
"team": "SEA",
"amount": 5000.0
}
],
"expected_reward_tokens": 9100.0,
"profit_sb": 100.0,
"profit_sb_percentage": 1.11,
"recommended": true
},
"lines": [
{
"id": "60b48da6-5b4d-4643-a45c-4054e1c21ccf",
"gambit_id": "89c43cf6-5c28-40a4-a646-fc4cb30f4f73",
"last_updated": "2022-08-21T12:52:06.749087-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "1.82000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c02c509-55fc-4d6b-a0b4-2bebe67b6f30/?format=api"
},
{
"id": "572d633d-5359-4d54-973e-511c79d89ccd",
"gambit_id": "c2fac603-9039-4c84-a2fd-a930f92bec89",
"last_updated": "2022-08-21T12:52:06.749495-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SEA",
"reward": "1.82000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c02c509-55fc-4d6b-a0b4-2bebe67b6f30/?format=api"
}
]
}