GET /api/bet_types/b07d31bf-4030-469e-9139-36f73d4aadbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b07d31bf-4030-469e-9139-36f73d4aadbe",
"match": "https://api-prod.gambitprofit.com/api/matches/7e75e81d-de68-4181-8f04-d25bc3e215fb/?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": "UTSA",
"amount": 5000.0
},
{
"team": "Houston",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "60340f66-80a2-4a28-8486-41e384d90b27",
"gambit_id": "b035e1c7-ab1f-4895-a636-36e3925f9f10",
"last_updated": "2022-09-05T09:52:24.142611-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UTSA",
"reward": "1.83000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b07d31bf-4030-469e-9139-36f73d4aadbe/?format=api"
},
{
"id": "3cb50aa2-9cb7-4a6d-bbda-749fe79675ce",
"gambit_id": "3c35e0e6-fd85-4e1f-8ab5-abfad6ff5842",
"last_updated": "2022-09-05T09:52:24.143742-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b07d31bf-4030-469e-9139-36f73d4aadbe/?format=api"
}
]
}