GET /api/bet_types/7156158d-6965-47e4-b23f-556bd4cf2598/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7156158d-6965-47e4-b23f-556bd4cf2598",
    "match": "https://api-prod.gambitprofit.com/api/matches/98702dc7-4c31-4d24-80c6-058ef27d17f2/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "061744bf-29fa-494b-b7cc-df932d58cb37",
            "gambit_id": "fb6413a3-4dc2-424c-ab2d-3e23d72fdef3",
            "last_updated": "2022-11-14T15:07:44.363700-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7156158d-6965-47e4-b23f-556bd4cf2598/?format=api"
        },
        {
            "id": "039a05ca-ab7a-4cd8-bbd4-ab38839e464b",
            "gambit_id": "ee696f57-83b9-4544-8e14-df7823b72361",
            "last_updated": "2022-11-14T15:07:44.364873-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7156158d-6965-47e4-b23f-556bd4cf2598/?format=api"
        }
    ]
}