GET /api/bet_types/b6454873-bc9d-478d-bdfa-5cc7ffb924d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b6454873-bc9d-478d-bdfa-5cc7ffb924d6",
"match": "https://api-prod.gambitprofit.com/api/matches/4451c718-9a6d-4217-a99b-46b63d345c99/?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": "Atlanta Falcons",
"amount": 5208.0
},
{
"team": "Carolina Panthers",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "3f16ac49-e0a6-4e58-8ea6-8a802e909d5c",
"gambit_id": "3077c5b2-acd5-4b98-bbe9-a9d92a3ec725",
"last_updated": "2022-11-11T21:22:05.322358-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Atlanta Falcons",
"reward": "1.73000",
"odds": "1.83330",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6454873-bc9d-478d-bdfa-5cc7ffb924d6/?format=api"
},
{
"id": "1b82daa2-16db-4f3e-bcc4-3e90251dfbbb",
"gambit_id": "e9e23afb-f47e-40d0-995b-efbb398a7e1d",
"last_updated": "2022-11-11T21:22:05.321421-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Panthers",
"reward": "1.88000",
"odds": "2.00000",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6454873-bc9d-478d-bdfa-5cc7ffb924d6/?format=api"
}
]
}