GET /api/bet_types/11b8f302-166c-4af0-90d9-8f3183fb8741/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "11b8f302-166c-4af0-90d9-8f3183fb8741",
"match": "https://api-prod.gambitprofit.com/api/matches/93bdc36d-2d55-4f84-9105-eb127a3a5dc3/?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": "CIN",
"amount": 5208.0
},
{
"team": "MIL",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "17be9c35-a124-415a-871d-ec313f6259c6",
"gambit_id": "6d0b5b86-a78c-4679-8940-1e2dd3318a54",
"last_updated": "2022-09-23T10:17:09.786422-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "1.73000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11b8f302-166c-4af0-90d9-8f3183fb8741/?format=api"
},
{
"id": "85ed05ae-2a2c-47e4-a5fa-a2a99ba7fbae",
"gambit_id": "08065944-6f79-425d-b5cb-af83d65e4ab5",
"last_updated": "2022-09-23T10:17:09.787387-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "1.88000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11b8f302-166c-4af0-90d9-8f3183fb8741/?format=api"
}
]
}