GET /api/bet_types/e3b96873-2347-452c-b25c-3367aa9fc420/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e3b96873-2347-452c-b25c-3367aa9fc420",
"match": "https://api-prod.gambitprofit.com/api/matches/bc36db31-f6fc-473a-96f3-b8cdeebe38f6/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-05T08:33:20.277386-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": "ARI",
"amount": 5688.0
},
{
"team": "MIN",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "5092f37a-969f-4de7-80be-61428aa2b3ef",
"gambit_id": "ca2ce254-96e8-4b6a-8116-ffac3bef0b06",
"last_updated": "2023-08-07T14:53:04.706840-04:00",
"created_at": "2023-08-05T08:33:20.282255-04:00",
"name": "ARI",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3b96873-2347-452c-b25c-3367aa9fc420/?format=api"
},
{
"id": "d4f55e57-943b-418f-9de4-94293fb97a24",
"gambit_id": "1a42c881-f922-4760-ba20-1dc3679f9492",
"last_updated": "2023-08-07T14:53:04.710356-04:00",
"created_at": "2023-08-05T08:33:20.286615-04:00",
"name": "MIN",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3b96873-2347-452c-b25c-3367aa9fc420/?format=api"
}
]
}