GET /api/bet_types/0cc6a6da-ea85-4d3f-b1cf-be1becbf671b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cc6a6da-ea85-4d3f-b1cf-be1becbf671b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a684e5c-43d2-49c9-8d46-81c2b1d6042b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T08:33:20.774202-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c526f578-a6b5-4c1d-9338-ab6bc9c01a0a",
            "gambit_id": "d4d27120-18fa-48fb-82d4-5317c84aa127",
            "last_updated": "2023-08-06T13:08:27.313582-04:00",
            "created_at": "2023-08-05T08:33:20.778828-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cc6a6da-ea85-4d3f-b1cf-be1becbf671b/?format=api"
        },
        {
            "id": "2c6d29ce-102b-45c1-bb1f-a0789f486c1b",
            "gambit_id": "6891deda-4905-4e45-abaf-c15ad3962fb5",
            "last_updated": "2023-08-06T13:08:27.317141-04:00",
            "created_at": "2023-08-05T08:33:20.784240-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cc6a6da-ea85-4d3f-b1cf-be1becbf671b/?format=api"
        }
    ]
}