GET /api/bet_types/c4b3ece0-e70d-4287-9375-2f717a099011/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c4b3ece0-e70d-4287-9375-2f717a099011",
"match": "https://api-prod.gambitprofit.com/api/matches/c98e053a-c92b-4a63-b0b2-bd434b10c9d0/?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": "Montreal Canadiens",
"amount": 5863.0
},
{
"team": "Buffalo Sabres",
"amount": 4137.0
}
],
"expected_reward_tokens": 9556.47,
"profit_sb": 56.47,
"profit_sb_percentage": 0.59,
"recommended": true
},
"lines": [
{
"id": "2802d7fd-9a9b-409c-9147-afc6fbd5ef54",
"gambit_id": "93e56028-440a-4c15-b8ef-52bc54ab9f4f",
"last_updated": "2022-10-28T10:02:06.352298-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Montreal Canadiens",
"reward": "1.63000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b3ece0-e70d-4287-9375-2f717a099011/?format=api"
},
{
"id": "71ba9b0e-2caf-4707-8253-e853cc5fa23b",
"gambit_id": "c993f0f0-2d45-497c-9c82-a206ff957daa",
"last_updated": "2022-10-28T10:02:06.351279-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo Sabres",
"reward": "2.31000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b3ece0-e70d-4287-9375-2f717a099011/?format=api"
}
]
}