GET /api/bet_types/884d3e20-9991-4c8d-8758-1342875c4aaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "884d3e20-9991-4c8d-8758-1342875c4aaa",
"match": "https://api-prod.gambitprofit.com/api/matches/4381cefe-6ff5-4226-a40d-4738384392d4/?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": "Denver Broncos",
"amount": 5212.0
},
{
"team": "Indianapolis Colts",
"amount": 4788.0
}
],
"expected_reward_tokens": 9432.36,
"profit_sb": -67.64,
"profit_sb_percentage": -0.71,
"recommended": false
},
"lines": [
{
"id": "46707301-84a7-4597-aa06-32a2a7191b82",
"gambit_id": "6501027c-39e6-440b-9ea6-b786f073077d",
"last_updated": "2022-10-07T09:02:05.632523-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Denver Broncos",
"reward": "1.81000",
"odds": "1.83330",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/884d3e20-9991-4c8d-8758-1342875c4aaa/?format=api"
},
{
"id": "9135d31d-cb07-4610-9555-09fc0f3bfcb8",
"gambit_id": "ec786dd0-d0e8-4131-8ca2-464f1e5bde98",
"last_updated": "2022-10-07T09:02:05.631506-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indianapolis Colts",
"reward": "1.97000",
"odds": "2.00000",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/884d3e20-9991-4c8d-8758-1342875c4aaa/?format=api"
}
]
}