GET /api/bet_types/4eb9859c-71f3-4636-8475-2559b43f934c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4eb9859c-71f3-4636-8475-2559b43f934c",
"match": "https://api-prod.gambitprofit.com/api/matches/e2bcd017-d085-4341-b85d-8ca44f773b64/?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": "Washington Wizards",
"amount": 5000.0
},
{
"team": "Charlotte Hornets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "d3f27931-8dd1-4dde-8ee6-c8fe493147da",
"gambit_id": "83a5ee66-35ff-44f5-8baa-11865ffd4286",
"last_updated": "2022-11-08T11:02:05.260298-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Wizards",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eb9859c-71f3-4636-8475-2559b43f934c/?format=api"
},
{
"id": "dc774033-df8a-4c2d-81ed-20c38ab2bcce",
"gambit_id": "05288202-350d-45ae-8001-e688c0c1b56b",
"last_updated": "2022-11-08T11:02:05.259191-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Charlotte Hornets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eb9859c-71f3-4636-8475-2559b43f934c/?format=api"
}
]
}