GET /api/bet_types/3c06ce08-77c1-48bf-93d1-e5b171ea7301/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3c06ce08-77c1-48bf-93d1-e5b171ea7301",
"match": "https://api-prod.gambitprofit.com/api/matches/40d48daf-5f40-4e41-9d9a-c1ffb3c0d978/?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": "Tennessee Titans",
"amount": 5208.0
},
{
"team": "Jacksonville Jaguars",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "479578bd-58a1-4bf4-84d3-cd9e0cec4ea2",
"gambit_id": "4b48c09f-d97c-4cb8-9d5c-02d5e2d48d00",
"last_updated": "2022-12-12T10:22:12.801082-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tennessee Titans",
"reward": "1.73000",
"odds": "1.83330",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c06ce08-77c1-48bf-93d1-e5b171ea7301/?format=api"
},
{
"id": "415a9ac7-d860-48c8-97bc-fb9c74068b88",
"gambit_id": "c3d1ed10-ca49-4986-9cf6-cc22caad7927",
"last_updated": "2022-12-12T10:22:12.802226-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Jacksonville Jaguars",
"reward": "1.88000",
"odds": "2.00000",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c06ce08-77c1-48bf-93d1-e5b171ea7301/?format=api"
}
]
}