GET /api/bet_types/5b2561b3-955e-4c97-95ae-a3bbb3a8b091/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b2561b3-955e-4c97-95ae-a3bbb3a8b091",
    "match": "https://api-prod.gambitprofit.com/api/matches/76bc3639-eb4e-424c-8448-fb6ec0c8aa05/?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 9",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed93a0ca-8dc9-45da-910b-492332dacaa7",
            "gambit_id": "01394354-3a07-4b7e-a6ad-41fe0fa5bd76",
            "last_updated": "2022-12-24T17:12:15.146349-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2561b3-955e-4c97-95ae-a3bbb3a8b091/?format=api"
        },
        {
            "id": "08eecd69-86d9-4c0a-87bb-55d57e876f82",
            "gambit_id": "f401da38-39ea-4e4d-9c13-3c29bb1fdaef",
            "last_updated": "2022-12-24T17:12:15.147511-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2561b3-955e-4c97-95ae-a3bbb3a8b091/?format=api"
        }
    ]
}