GET /api/bet_types/ce5500e5-d654-4e1b-a1d8-cf4483e41555/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce5500e5-d654-4e1b-a1d8-cf4483e41555",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd4ff6bd-6a55-4b4f-9e54-f3d6eff61387/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-23T08:33:17.037638-04: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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9f68b42-114b-4948-b2f2-2afc590e00a8",
            "gambit_id": "c5429555-2f3b-466c-bf2b-86267bb30805",
            "last_updated": "2023-08-25T10:23:03.723873-04:00",
            "created_at": "2023-08-23T08:33:17.043662-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce5500e5-d654-4e1b-a1d8-cf4483e41555/?format=api"
        },
        {
            "id": "47b5d596-c8a3-49d0-90b7-5996aefa13e6",
            "gambit_id": "b3a4fd51-6603-4b1c-ac76-14823b33361b",
            "last_updated": "2023-08-25T10:23:03.727228-04:00",
            "created_at": "2023-08-23T08:33:17.048906-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce5500e5-d654-4e1b-a1d8-cf4483e41555/?format=api"
        }
    ]
}