GET /api/bet_types/e5837757-2789-458b-8dd0-c231454f9c8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e5837757-2789-458b-8dd0-c231454f9c8b",
"match": "https://api-prod.gambitprofit.com/api/matches/d6224698-b89e-4ac1-b79e-f74160be53e4/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-25T18:58:00.409646-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": "LAA",
"amount": 6154.0
},
{
"team": "NYM",
"amount": 3846.0
}
],
"expected_reward_tokens": 9538.08,
"profit_sb": 38.08,
"profit_sb_percentage": 0.4,
"recommended": true
},
"lines": [
{
"id": "1ad9f7b0-57cc-4798-9be5-989bfd5d1d45",
"gambit_id": "e5dc694b-dcff-451c-b164-22ca49c7498c",
"last_updated": "2023-08-28T18:33:02.140303-04:00",
"created_at": "2023-08-25T18:58:00.413363-04:00",
"name": "LAA",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5837757-2789-458b-8dd0-c231454f9c8b/?format=api"
},
{
"id": "e47a308a-8478-4ec4-8b14-27b2684d64c7",
"gambit_id": "d85dffe5-92d0-4cf5-91fd-925452aef29c",
"last_updated": "2023-08-28T18:33:02.144274-04:00",
"created_at": "2023-08-25T18:58:00.417285-04:00",
"name": "NYM",
"reward": "2.48000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5837757-2789-458b-8dd0-c231454f9c8b/?format=api"
}
]
}