GET /api/bet_types/b049216c-ba3f-4eb6-9522-3dd26a12973f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b049216c-ba3f-4eb6-9522-3dd26a12973f",
"match": "https://api-prod.gambitprofit.com/api/matches/7563d5b2-5da7-4b9c-9583-3b98d06e3a08/?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": "Carolina Panthers",
"amount": 5000.0
},
{
"team": "New York Giants",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "8bf21503-da5c-4211-b7c0-d9b39052eff6",
"gambit_id": "711c0dc7-d06f-4f22-9f36-dc9da497585a",
"last_updated": "2022-09-19T10:57:13.403590-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Panthers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b049216c-ba3f-4eb6-9522-3dd26a12973f/?format=api"
},
{
"id": "2ca68d31-0de8-4cd6-bdd3-1855f28b2a6a",
"gambit_id": "ef5a4041-d677-40c6-9da1-b6317c8e953f",
"last_updated": "2022-09-19T10:57:13.402593-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Giants",
"reward": "1.80000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b049216c-ba3f-4eb6-9522-3dd26a12973f/?format=api"
}
]
}