GET /api/bet_types/bba51e06-2915-4c91-bdac-fe3996b480f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bba51e06-2915-4c91-bdac-fe3996b480f6",
"match": "https://api-prod.gambitprofit.com/api/matches/c9d66f41-d4be-480a-a5fb-c22132fb7774/?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": "Edmonton Oilers",
"amount": 6825.0
},
{
"team": "Florida Panthers",
"amount": 3175.0
}
],
"expected_reward_tokens": 9144.0,
"profit_sb": 144.0,
"profit_sb_percentage": 1.6,
"recommended": true
},
"lines": [
{
"id": "ba185199-02d0-464a-8fab-129b5909cc45",
"gambit_id": "907f02b6-c008-4fab-bff8-f1764197d0b4",
"last_updated": "2022-11-29T10:07:05.511589-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Edmonton Oilers",
"reward": "1.34000",
"odds": "1.39220",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba51e06-2915-4c91-bdac-fe3996b480f6/?format=api"
},
{
"id": "59863d28-e24e-4ada-8aa5-7dfa8281f6a5",
"gambit_id": "682c1de6-e67d-42b5-84ea-6a7749cd1e6a",
"last_updated": "2022-11-29T10:07:05.512562-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida Panthers",
"reward": "2.88000",
"odds": "3.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba51e06-2915-4c91-bdac-fe3996b480f6/?format=api"
}
]
}