GET /api/bet_types/2cb5127a-223e-4be7-8fbf-9203294156a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2cb5127a-223e-4be7-8fbf-9203294156a0",
"match": "https://api-prod.gambitprofit.com/api/matches/3e0054a1-241e-42e3-99c6-f8fd04e09518/?format=api",
"name": "Pick the Winner",
"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": "USC",
"amount": 6551.0
},
{
"team": "Oregon State",
"amount": 3449.0
}
],
"expected_reward_tokens": 9105.36,
"profit_sb": 105.36,
"profit_sb_percentage": 1.17,
"recommended": true
},
"lines": [
{
"id": "2a8c544b-f3d7-478f-8461-82c0f00daaee",
"gambit_id": "7be27214-5570-4480-9434-af4075468868",
"last_updated": "2022-09-25T21:32:25.410590-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "USC",
"reward": "1.39000",
"odds": "1.44440",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb5127a-223e-4be7-8fbf-9203294156a0/?format=api"
},
{
"id": "a215262c-06d3-4875-9893-d9792f0210be",
"gambit_id": "0399d246-e6d6-496a-a8b7-12afb8966988",
"last_updated": "2022-09-25T21:32:25.409596-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oregon State",
"reward": "2.64000",
"odds": "2.85000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb5127a-223e-4be7-8fbf-9203294156a0/?format=api"
}
]
}