GET /api/bet_types/06d9c392-3537-443d-bae1-25b5b1f5f3e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "06d9c392-3537-443d-bae1-25b5b1f5f3e6",
"match": "https://api-prod.gambitprofit.com/api/matches/32c1776d-5f71-48c7-a5cb-7666cf2e7c4f/?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": "Boston Bruins",
"amount": 6482.0
},
{
"team": "Toronto Maple Leafs",
"amount": 3518.0
}
],
"expected_reward_tokens": 9074.8,
"profit_sb": 74.8,
"profit_sb_percentage": 0.83,
"recommended": true
},
"lines": [
{
"id": "9ce29f4d-0554-42dc-a181-d92d58b646a1",
"gambit_id": "31717790-2e39-4890-a945-7a65205f5f7b",
"last_updated": "2022-11-07T09:08:13.590483-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "1.40000",
"odds": "1.45450",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06d9c392-3537-443d-bae1-25b5b1f5f3e6/?format=api"
},
{
"id": "96436f29-6164-4a94-be5f-3785355dc9d2",
"gambit_id": "b33dba6f-c189-4ce2-9c6f-165bac7fec49",
"last_updated": "2022-11-07T09:08:13.589540-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Maple Leafs",
"reward": "2.58000",
"odds": "2.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06d9c392-3537-443d-bae1-25b5b1f5f3e6/?format=api"
}
]
}