GET /api/bet_types/a7f7e758-93da-45c3-aa78-245ce7856ce0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a7f7e758-93da-45c3-aa78-245ce7856ce0",
"match": "https://api-prod.gambitprofit.com/api/matches/c923f696-c796-43d2-8700-0a8a41f47852/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-15T08:58:06.940126-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": "LOS",
"amount": 6390.0
},
{
"team": "NYM",
"amount": 3610.0
}
],
"expected_reward_tokens": 9457.2,
"profit_sb": -42.8,
"profit_sb_percentage": -0.45,
"recommended": false
},
"lines": [
{
"id": "18d200ff-2dfc-413a-b621-a7cafab229ea",
"gambit_id": "6404634a-f54f-439d-9ca7-7480952a2b1a",
"last_updated": "2023-07-17T10:08:18.598110-04:00",
"created_at": "2023-07-15T08:58:06.941605-04:00",
"name": "LOS",
"reward": "1.48000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7f7e758-93da-45c3-aa78-245ce7856ce0/?format=api"
},
{
"id": "1373dad5-7fa9-4061-921e-f3192449069b",
"gambit_id": "b919c358-2415-480d-b39a-3d03b11cca7d",
"last_updated": "2023-07-17T10:08:18.599530-04:00",
"created_at": "2023-07-15T08:58:06.943227-04:00",
"name": "NYM",
"reward": "2.62000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7f7e758-93da-45c3-aa78-245ce7856ce0/?format=api"
}
]
}