GET /api/bet_types/2dde2dce-7cfa-4429-9dff-a636f97f8be5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dde2dce-7cfa-4429-9dff-a636f97f8be5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8e4d6be-26cd-41aa-bfe9-19adbf6ba6e9/?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 Over 2.5",
                "amount": 5500.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4500.0
            }
        ],
        "expected_reward_tokens": 8910.0,
        "profit_sb": -90.0,
        "profit_sb_percentage": -1.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "95fec72d-21ef-4bd1-9bd3-706b83d0ecc2",
            "gambit_id": "9048c446-7413-44e9-940e-cdc69f222611",
            "last_updated": "2022-09-19T09:22:06.422136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dde2dce-7cfa-4429-9dff-a636f97f8be5/?format=api"
        },
        {
            "id": "48fd107c-5690-40ed-a412-3b87443fefea",
            "gambit_id": "2b051e03-48d5-480f-9d46-be1c3e1e6161",
            "last_updated": "2022-09-19T09:22:06.420998-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dde2dce-7cfa-4429-9dff-a636f97f8be5/?format=api"
        }
    ]
}