GET /api/bet_types/3916196b-ff70-409c-be94-87f307e8d035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3916196b-ff70-409c-be94-87f307e8d035",
"match": "https://api-prod.gambitprofit.com/api/matches/c101db45-a7d6-4c09-b780-1db8c51982f4/?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": "ATL",
"amount": 5916.0
},
{
"team": "NYM",
"amount": 4084.0
}
],
"expected_reward_tokens": 9228.96,
"profit_sb": 228.96,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "c23d744f-9612-4ef5-b3a8-c82465139b8a",
"gambit_id": "5f0f8d3d-221b-4c3b-b094-521065c8954b",
"last_updated": "2022-08-19T09:46:51.460036-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.56000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3916196b-ff70-409c-be94-87f307e8d035/?format=api"
},
{
"id": "e4a0d966-6b04-4069-8475-3d5e9a90ddc7",
"gambit_id": "f4797053-978e-4ff5-8bec-00995b0c154c",
"last_updated": "2022-08-19T09:46:51.460459-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "2.26000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3916196b-ff70-409c-be94-87f307e8d035/?format=api"
}
]
}