GET /api/bet_types/93ba1364-ce47-4d3f-80a0-59484f1893fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "93ba1364-ce47-4d3f-80a0-59484f1893fd",
"match": "https://api-prod.gambitprofit.com/api/matches/9efe5053-c1f1-4437-a2e2-45782a2c6fe3/?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": "MIL",
"amount": 5974.0
},
{
"team": "STL",
"amount": 4026.0
}
],
"expected_reward_tokens": 9139.02,
"profit_sb": 139.02,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "03b89ee9-649a-403c-8e72-5f01be796af0",
"gambit_id": "d500449d-bc5d-439b-8d79-5ac16f98cb7e",
"last_updated": "2022-09-28T09:01:59.094573-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "1.53000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93ba1364-ce47-4d3f-80a0-59484f1893fd/?format=api"
},
{
"id": "dda8eb12-460b-4b8e-814e-4fd6ad314f32",
"gambit_id": "28df1e5c-cf95-4304-a67e-147d9b7983ef",
"last_updated": "2022-09-28T09:01:59.095578-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "2.27000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93ba1364-ce47-4d3f-80a0-59484f1893fd/?format=api"
}
]
}