GET /api/bet_types/b5b4e32f-287f-4ff0-89f5-fc75f566d727/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5b4e32f-287f-4ff0-89f5-fc75f566d727",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc5cad54-c5de-4355-b166-1a7c8711eb55/?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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4165ed68-8550-4bb0-96a5-21dad3504a89",
            "gambit_id": "ddc48140-7825-41bb-899e-434077dd125a",
            "last_updated": "2022-11-01T09:57:24.629121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5b4e32f-287f-4ff0-89f5-fc75f566d727/?format=api"
        },
        {
            "id": "9141f562-f727-4516-bec9-3906e4e5d664",
            "gambit_id": "cb8dadf6-7fec-4fce-a0ea-d88f0bfdc991",
            "last_updated": "2022-11-01T09:57:24.630125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5b4e32f-287f-4ff0-89f5-fc75f566d727/?format=api"
        }
    ]
}