GET /api/bet_types/c3f09898-134b-45b0-ab38-7032f9995957/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c3f09898-134b-45b0-ab38-7032f9995957",
"match": "https://api-prod.gambitprofit.com/api/matches/9224d8c2-d4cf-4b20-9cb5-179aed4adde9/?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": "MIN",
"amount": 5668.0
},
{
"team": "NYY",
"amount": 4332.0
}
],
"expected_reward_tokens": 9182.16,
"profit_sb": 182.16,
"profit_sb_percentage": 2.02,
"recommended": true
},
"lines": [
{
"id": "86028d8c-12ae-4e83-8180-57cbdc990cb9",
"gambit_id": "c4d39a14-6911-4861-9e3b-9b2876bb7d30",
"last_updated": "2022-09-06T10:02:05.531868-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "1.62000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f09898-134b-45b0-ab38-7032f9995957/?format=api"
},
{
"id": "0b2ed6ac-663a-4b72-b95c-2898ca1f4a9e",
"gambit_id": "cc76632d-7ac2-4dd0-b472-c65667498c6c",
"last_updated": "2022-09-06T10:02:05.530427-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "2.12000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f09898-134b-45b0-ab38-7032f9995957/?format=api"
}
]
}