GET /api/bet_types/d06434c2-a409-4e7e-adf9-65b4056b52c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d06434c2-a409-4e7e-adf9-65b4056b52c6",
"match": "https://api-prod.gambitprofit.com/api/matches/505ab848-df18-4120-9461-cc506a8c4fc7/?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": "NYY",
"amount": 5313.0
},
{
"team": "OAK",
"amount": 4687.0
}
],
"expected_reward_tokens": 9138.36,
"profit_sb": 138.36,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "a856e0f4-8030-419d-ae04-f6ced8fb1ad4",
"gambit_id": "b3135de0-cf2b-4f3a-97c4-6f7d23e56e5c",
"last_updated": "2022-08-26T12:57:09.097440-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "1.72000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06434c2-a409-4e7e-adf9-65b4056b52c6/?format=api"
},
{
"id": "76a6cf1a-1ddb-4468-9be6-1486f42c118e",
"gambit_id": "f846970f-f8be-42a8-b931-5e570d357b8f",
"last_updated": "2022-08-26T12:57:09.097016-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "1.95000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06434c2-a409-4e7e-adf9-65b4056b52c6/?format=api"
}
]
}