GET /api/bet_types/6be2e5cf-9ae6-41fe-9d9c-97fd98d3b74f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6be2e5cf-9ae6-41fe-9d9c-97fd98d3b74f",
"match": "https://api-prod.gambitprofit.com/api/matches/15420ddb-d0a2-492c-a237-97dd6d79fd5f/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05: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": "TOR",
"amount": 5756.0
},
{
"team": "NYY",
"amount": 4244.0
}
],
"expected_reward_tokens": 9209.48,
"profit_sb": 209.48,
"profit_sb_percentage": 2.33,
"recommended": true
},
"lines": [
{
"id": "2f048052-6815-4d79-bc1f-b87c1b293f23",
"gambit_id": "1d7d5b3f-8186-4c91-92d8-b9342a9bdbdd",
"last_updated": "2022-08-19T09:46:52.047729-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TOR",
"reward": "1.60000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6be2e5cf-9ae6-41fe-9d9c-97fd98d3b74f/?format=api"
},
{
"id": "62589ef8-cddc-40a7-9674-f3f4d904ae46",
"gambit_id": "cddf8672-7539-4cff-bdeb-8c57e317db5b",
"last_updated": "2022-08-19T09:46:52.047276-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "2.17000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6be2e5cf-9ae6-41fe-9d9c-97fd98d3b74f/?format=api"
}
]
}