GET /api/bet_types/277b983a-1ab6-4253-b69d-4a2966d5f747/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "277b983a-1ab6-4253-b69d-4a2966d5f747",
    "match": "https://api-prod.gambitprofit.com/api/matches/621fe429-b491-48b0-bf5a-f2bcea836497/?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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a73f44a1-7680-4180-836c-cb62ba10ce42",
            "gambit_id": "c525de80-e2cd-4057-a339-958108ade5d8",
            "last_updated": "2022-10-16T15:07:12.099307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/277b983a-1ab6-4253-b69d-4a2966d5f747/?format=api"
        },
        {
            "id": "4c2cf731-ffe6-46e1-bcb8-ed83a1ca1153",
            "gambit_id": "f602ad2f-eca2-4073-a4e2-2b6d3178412c",
            "last_updated": "2022-10-16T15:07:12.100426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/277b983a-1ab6-4253-b69d-4a2966d5f747/?format=api"
        }
    ]
}