GET /api/bet_types/5dd1878f-871d-4ea3-ab69-de2023452873/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5dd1878f-871d-4ea3-ab69-de2023452873",
"match": "https://api-prod.gambitprofit.com/api/matches/9574bb49-4f13-4f65-ae91-ad55600d9d45/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-16T11:03:04.765024-04: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": "PIT",
"amount": 5939.0
},
{
"team": "NYY",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "ba3206e1-b89d-4a7c-8a0c-44510438b733",
"gambit_id": "89db6816-8bb1-4efc-9f5a-3b16f73e7ebf",
"last_updated": "2023-09-18T09:08:29.353456-04:00",
"created_at": "2023-09-16T11:03:04.773558-04:00",
"name": "PIT",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dd1878f-871d-4ea3-ab69-de2023452873/?format=api"
},
{
"id": "49e63dae-384a-4165-b91a-4325e4248070",
"gambit_id": "5e57d607-1251-47d2-9c69-d488dadf5b09",
"last_updated": "2023-09-18T09:08:29.347492-04:00",
"created_at": "2023-09-16T11:03:04.769068-04:00",
"name": "NYY",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dd1878f-871d-4ea3-ab69-de2023452873/?format=api"
}
]
}