GET /api/bet_types/71381f90-5632-4715-9eab-b368c8b6dc0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71381f90-5632-4715-9eab-b368c8b6dc0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f65064b-514e-429d-9682-5c90b63347c0/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:55.736198-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 5.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "45f902d2-3353-4262-ae0d-e487f07d3076",
            "gambit_id": "9959bd00-0777-4c5c-bc0e-0037f7508fda",
            "last_updated": "2022-12-25T18:02:04.761596-05:00",
            "created_at": "2022-12-23T09:06:55.739638-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71381f90-5632-4715-9eab-b368c8b6dc0e/?format=api"
        },
        {
            "id": "5b0d5cd4-7d27-4dab-9fc7-45bff33405d9",
            "gambit_id": "4cf3a077-2710-454c-b283-35c94042c386",
            "last_updated": "2022-12-25T18:02:04.760440-05:00",
            "created_at": "2022-12-23T09:06:55.737449-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71381f90-5632-4715-9eab-b368c8b6dc0e/?format=api"
        }
    ]
}