GET /api/bet_types/4eb7b9db-0fe0-4508-87d6-8e38cbcd28c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4eb7b9db-0fe0-4508-87d6-8e38cbcd28c5",
"match": "https://api-prod.gambitprofit.com/api/matches/9c45f8d2-a2eb-46d1-990e-ebaf4c8d32cd/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-03T12:12:09.498908-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": "NYY",
"amount": 5867.0
},
{
"team": "CLE",
"amount": 4133.0
}
],
"expected_reward_tokens": 9504.54,
"profit_sb": 4.54,
"profit_sb_percentage": 0.05,
"recommended": true
},
"lines": [
{
"id": "023dec86-89b6-464b-8f6f-4a56ffd51648",
"gambit_id": "78e0890e-60f8-4f9b-be6f-15de5fa6f579",
"last_updated": "2023-05-04T10:52:15.033001-04:00",
"created_at": "2023-05-03T12:12:09.500356-04:00",
"name": "NYY",
"reward": "1.62000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eb7b9db-0fe0-4508-87d6-8e38cbcd28c5/?format=api"
},
{
"id": "fb679b93-b13c-4e70-b363-58fb1f99758c",
"gambit_id": "c3fdecf7-4f98-4471-b398-a08056e4bae9",
"last_updated": "2023-05-04T10:52:15.034293-04:00",
"created_at": "2023-05-03T12:12:09.501754-04:00",
"name": "CLE",
"reward": "2.30000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eb7b9db-0fe0-4508-87d6-8e38cbcd28c5/?format=api"
}
]
}