GET /api/bet_types/f97823a1-5eeb-498c-973a-44b12e1d968f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f97823a1-5eeb-498c-973a-44b12e1d968f",
"match": "https://api-prod.gambitprofit.com/api/matches/0a17b37a-0e4c-4c81-afc1-5f67b67a8d8a/?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": "Mid Tenn State",
"amount": 5000.0
},
{
"team": "UTSA",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "108f1929-a060-4eb8-8d4e-5e1dc8fab5c0",
"gambit_id": "eac569e0-60cc-4815-b799-aed4a98683e0",
"last_updated": "2022-10-01T09:17:17.147030-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Mid Tenn State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f97823a1-5eeb-498c-973a-44b12e1d968f/?format=api"
},
{
"id": "9240ece3-083d-48aa-bcc5-2203e9486bf7",
"gambit_id": "818e7326-8e14-424e-8e1e-cf28b62270bf",
"last_updated": "2022-10-01T09:17:17.147941-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UTSA",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f97823a1-5eeb-498c-973a-44b12e1d968f/?format=api"
}
]
}