GET /api/bet_types/53ff4590-b407-4706-8c42-4f113ec86bbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "53ff4590-b407-4706-8c42-4f113ec86bbd",
"match": "https://api-prod.gambitprofit.com/api/matches/7e5417ae-657a-48e1-862d-52a93871c72e/?format=api",
"name": "Play the Odds",
"created_at": "2022-12-29T08:42:07.021856-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": 6387.0
},
{
"team": "Tampa Bay Lightning",
"amount": 3613.0
}
],
"expected_reward_tokens": 9068.63,
"profit_sb": 68.63,
"profit_sb_percentage": 0.76,
"recommended": true
},
"lines": [
{
"id": "55681ac5-d772-46a6-9b10-281ce743af1b",
"gambit_id": "bf8fceae-33a0-44be-8c25-766063db135a",
"last_updated": "2022-12-31T10:51:59.182720-05:00",
"created_at": "2022-12-29T08:42:07.024993-05:00",
"name": "New York Rangers",
"reward": "1.42000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53ff4590-b407-4706-8c42-4f113ec86bbd/?format=api"
},
{
"id": "ce9f6a14-5cfb-496c-a59c-6f8910ef2a17",
"gambit_id": "bb634c28-36a1-4939-8bb7-a8137d2eee5b",
"last_updated": "2022-12-31T10:51:59.181635-05:00",
"created_at": "2022-12-29T08:42:07.023367-05:00",
"name": "Tampa Bay Lightning",
"reward": "2.51000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53ff4590-b407-4706-8c42-4f113ec86bbd/?format=api"
}
]
}