GET /api/bet_types/30408774-7a5f-4ff3-ac08-c8cb1259b28c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30408774-7a5f-4ff3-ac08-c8cb1259b28c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dba7ee00-b1fd-4886-9b08-44abae5a0d59/?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 Over 56",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4537bb2b-df7c-47d4-acd5-7e05efeb4842",
            "gambit_id": "e3ee14d3-d3c0-478d-b370-7c4549e59206",
            "last_updated": "2022-11-10T09:32:35.803088-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30408774-7a5f-4ff3-ac08-c8cb1259b28c/?format=api"
        },
        {
            "id": "1088cdea-00f0-4b87-826b-ec0d0ef29835",
            "gambit_id": "1b55bafb-d372-40ef-ba8c-d7e96e5e5d80",
            "last_updated": "2022-11-10T09:32:35.802085-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30408774-7a5f-4ff3-ac08-c8cb1259b28c/?format=api"
        }
    ]
}