GET /api/bet_types/34dd5d41-867c-414c-832c-04f3b72bf03c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "34dd5d41-867c-414c-832c-04f3b72bf03c",
"match": "https://api-prod.gambitprofit.com/api/matches/69791cbf-1752-4ae8-a3e9-2bcb48607e24/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-25T09:13:10.492679-04: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": "Tampa Bay Buccaneers",
"amount": 5000.0
},
{
"team": "Buffalo Bills",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "a598a2c0-87a2-4199-bc69-c27f83ae21e7",
"gambit_id": "30dde0f6-6562-44e2-b517-9b772aa447a6",
"last_updated": "2023-10-27T09:58:15.866846-04:00",
"created_at": "2023-10-25T09:13:10.496900-04:00",
"name": "Tampa Bay Buccaneers",
"reward": "1.86000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34dd5d41-867c-414c-832c-04f3b72bf03c/?format=api"
},
{
"id": "b65dbd27-f7c9-482a-a285-fd50c2aea5fc",
"gambit_id": "51ef311b-325b-49cb-949d-0b61c74fb3e0",
"last_updated": "2023-10-27T09:58:15.870279-04:00",
"created_at": "2023-10-25T09:13:10.501519-04:00",
"name": "Buffalo Bills",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34dd5d41-867c-414c-832c-04f3b72bf03c/?format=api"
}
]
}