GET /api/bet_types/37b03e2c-1698-402f-9b4e-2c45c8019993/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37b03e2c-1698-402f-9b4e-2c45c8019993",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dd9b18a-ce88-4041-affe-4f4abe157357/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T08:13:17.492995-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7c31882-f0d0-4824-b26b-20a48f8cf7a6",
            "gambit_id": "f3e17a70-a394-47f3-91a2-11b80bd28e46",
            "last_updated": "2023-08-29T09:13:27.149788-04:00",
            "created_at": "2023-08-27T08:13:17.496849-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b03e2c-1698-402f-9b4e-2c45c8019993/?format=api"
        },
        {
            "id": "678892a0-c1bb-41af-9661-a6beafbe840c",
            "gambit_id": "cfc28dbb-be38-4cfb-8c8e-6fb72d79bd06",
            "last_updated": "2023-08-29T09:13:27.153510-04:00",
            "created_at": "2023-08-27T08:13:17.501146-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b03e2c-1698-402f-9b4e-2c45c8019993/?format=api"
        }
    ]
}