GET /api/bet_types/ccd85519-6fac-45a1-a471-6d10998d8071/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ccd85519-6fac-45a1-a471-6d10998d8071",
"match": "https://api-prod.gambitprofit.com/api/matches/dde7f340-7e31-4ad3-9089-a6810a7efa94/?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": "Florida Panthers",
"amount": 5316.0
},
{
"team": "Arizona Coyotes",
"amount": 4684.0
}
],
"expected_reward_tokens": 9461.68,
"profit_sb": 461.68,
"profit_sb_percentage": 5.13,
"recommended": true
},
"lines": [
{
"id": "9bc5f341-367f-460e-a33f-8ca15501c6a3",
"gambit_id": "366e950d-680c-47a4-88cb-1c92c9748830",
"last_updated": "2022-11-02T10:52:35.559591-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida Panthers",
"reward": "1.78000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccd85519-6fac-45a1-a471-6d10998d8071/?format=api"
},
{
"id": "158feebc-e807-4a9c-a599-ce457ae7c98a",
"gambit_id": "6b6839b3-9d04-4fd2-af56-e6b87da36578",
"last_updated": "2022-11-02T10:52:35.558488-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Arizona Coyotes",
"reward": "2.02000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccd85519-6fac-45a1-a471-6d10998d8071/?format=api"
}
]
}