GET /api/bet_types/44674535-2348-46ef-9427-0f766f2e6712/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "44674535-2348-46ef-9427-0f766f2e6712",
"match": "https://api-prod.gambitprofit.com/api/matches/6466a63a-3162-47c7-9828-91b7776d37c0/?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": "Buffalo Bills",
"amount": 5000.0
},
{
"team": "Tennessee Titans",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "780dde09-8fd1-4be5-9d66-e301d49ddcd6",
"gambit_id": "cf6f262b-7fc9-49f5-82a2-2aee6836a130",
"last_updated": "2022-09-20T08:32:11.425049-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo Bills",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44674535-2348-46ef-9427-0f766f2e6712/?format=api"
},
{
"id": "6b3d375a-f075-4960-a836-b5e81fc0dbf3",
"gambit_id": "4349a0be-17ef-4e4d-9c29-e5e0edb32733",
"last_updated": "2022-09-20T08:32:11.426066-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tennessee Titans",
"reward": "1.81000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44674535-2348-46ef-9427-0f766f2e6712/?format=api"
}
]
}