GET /api/bet_types/72ca1819-158e-4ea7-a670-4d02c04c8424/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "72ca1819-158e-4ea7-a670-4d02c04c8424",
"match": "https://api-prod.gambitprofit.com/api/matches/9ba052ce-74d7-449e-b5f3-15cb5dc2de4b/?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": "NYM",
"amount": 5668.0
},
{
"team": "PIT",
"amount": 4332.0
}
],
"expected_reward_tokens": 9182.16,
"profit_sb": 182.16,
"profit_sb_percentage": 2.02,
"recommended": true
},
"lines": [
{
"id": "d923d1de-064f-4240-bf95-dc8b50e80307",
"gambit_id": "11bbf676-7366-4a1f-b364-931f600b127c",
"last_updated": "2022-09-08T10:47:28.125464-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "1.62000",
"odds": "1.68970",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72ca1819-158e-4ea7-a670-4d02c04c8424/?format=api"
},
{
"id": "7a1d87c5-473a-443c-a994-c4dbde520eb5",
"gambit_id": "8a9aabd1-1d4f-4df1-8ae8-fc7a26cddfbb",
"last_updated": "2022-09-08T10:47:28.124386-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PIT",
"reward": "2.12000",
"odds": "2.25000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72ca1819-158e-4ea7-a670-4d02c04c8424/?format=api"
}
]
}