GET /api/bet_types/ded4605c-42ad-421e-8b21-b8a04fe8bd4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ded4605c-42ad-421e-8b21-b8a04fe8bd4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dcdcbf9-44f3-4632-9a36-0d24ad82685f/?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 6",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "13b86184-87b9-4570-a7a6-2162dad9bd41",
            "gambit_id": "5b948612-1079-4924-950d-6dc3d72239fb",
            "last_updated": "2022-11-18T09:48:09.597147-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded4605c-42ad-421e-8b21-b8a04fe8bd4a/?format=api"
        },
        {
            "id": "b3964fde-8945-43f9-8bc3-76549c4d8abf",
            "gambit_id": "d63aacc6-ca5c-482c-b2c5-16004c02aeb3",
            "last_updated": "2022-11-18T09:48:09.598350-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded4605c-42ad-421e-8b21-b8a04fe8bd4a/?format=api"
        }
    ]
}