GET /api/bet_types/edded20e-660a-45be-aadf-aa74b4ec094b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "edded20e-660a-45be-aadf-aa74b4ec094b",
"match": "https://api-prod.gambitprofit.com/api/matches/3086eff3-3e7a-45dc-bdd8-bb3ea2b2b4da/?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": "New York Rangers",
"amount": 6475.0
},
{
"team": "New York Islanders",
"amount": 3525.0
}
],
"expected_reward_tokens": 9517.5,
"profit_sb": 17.5,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "1fe17477-f45c-40ee-aefe-2b2d506cd50d",
"gambit_id": "9823b153-4458-4bf3-9479-27a06d574763",
"last_updated": "2022-10-27T11:57:06.573215-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Rangers",
"reward": "1.47000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edded20e-660a-45be-aadf-aa74b4ec094b/?format=api"
},
{
"id": "fab01f6b-67d3-49da-ab1f-19f9f05ba3cb",
"gambit_id": "c837f4c7-b1af-488d-96d3-d61bf8bd56c9",
"last_updated": "2022-10-27T11:57:06.572202-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Islanders",
"reward": "2.70000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edded20e-660a-45be-aadf-aa74b4ec094b/?format=api"
}
]
}