GET /api/bet_types/b61880b9-3a92-40ec-9a5d-4f5f5fd4c6ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b61880b9-3a92-40ec-9a5d-4f5f5fd4c6ab",
"match": "https://api-prod.gambitprofit.com/api/matches/7f2f7f20-59e5-4ed9-858b-b6fc3384c83d/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-02T10:32:05.420711-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": "OAK",
"amount": 5213.0
},
{
"team": "MIA",
"amount": 4787.0
}
],
"expected_reward_tokens": 9382.52,
"profit_sb": -117.48,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "f61acda6-d4bc-43ee-b884-ee892b87fe4b",
"gambit_id": "9f6f59c3-28e1-4263-a56f-b863eba59806",
"last_updated": "2023-06-09T18:38:11.086927-04:00",
"created_at": "2023-06-02T10:32:05.422959-04:00",
"name": "OAK",
"reward": "1.80000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b61880b9-3a92-40ec-9a5d-4f5f5fd4c6ab/?format=api"
},
{
"id": "50363ed0-32c1-41b3-b96c-36337309a160",
"gambit_id": "8db9a1fa-dbed-45a8-b166-fc9df95db3e5",
"last_updated": "2023-06-09T18:38:11.089514-04:00",
"created_at": "2023-06-02T10:32:05.425148-04:00",
"name": "MIA",
"reward": "1.96000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b61880b9-3a92-40ec-9a5d-4f5f5fd4c6ab/?format=api"
}
]
}