GET /api/bet_types/3d0ff5a9-beab-45ff-9886-56411bbe1791/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3d0ff5a9-beab-45ff-9886-56411bbe1791",
"match": "https://api-prod.gambitprofit.com/api/matches/0178f220-49d0-4886-8008-f43305f6c6a1/?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": "Chicago Bears",
"amount": 5000.0
},
{
"team": "Atlanta Falcons",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "2267a3cf-37a7-453c-848c-737ea6272a0b",
"gambit_id": "a44f1912-425c-49c9-b019-180df87be879",
"last_updated": "2022-11-21T15:48:07.545391-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Bears",
"reward": "1.80000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0ff5a9-beab-45ff-9886-56411bbe1791/?format=api"
},
{
"id": "4a2b0f50-8346-43b6-9875-e33538a3ea85",
"gambit_id": "9305b8ae-0331-46c6-af7e-bd5e2880dec9",
"last_updated": "2022-11-21T15:48:07.544401-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Atlanta Falcons",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0ff5a9-beab-45ff-9886-56411bbe1791/?format=api"
}
]
}