GET /api/bet_types/8f9b16ce-dcf1-41a4-89bc-b0c378ba7807/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f9b16ce-dcf1-41a4-89bc-b0c378ba7807",
    "match": "https://api-prod.gambitprofit.com/api/matches/22d0aaf4-18e6-4d86-b7ff-2b8dada46699/?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 2.5",
                "amount": 5387.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 8672.44,
        "profit_sb": -327.56,
        "profit_sb_percentage": -3.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c1ce324-ba69-4ea2-a983-cc270160409c",
            "gambit_id": "64961418-3fdc-4f45-a3cb-82a564ba87ca",
            "last_updated": "2022-11-28T11:32:07.862627-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.61000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f9b16ce-dcf1-41a4-89bc-b0c378ba7807/?format=api"
        },
        {
            "id": "d766ec53-39a7-4653-a846-269e41e9cfd4",
            "gambit_id": "011eecbf-28d5-4426-9d2c-e64e85ee0bb8",
            "last_updated": "2022-11-28T11:32:07.863771-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f9b16ce-dcf1-41a4-89bc-b0c378ba7807/?format=api"
        }
    ]
}