GET /api/bet_types/7c5a2d62-a87e-4057-bc97-093f95eb797d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c5a2d62-a87e-4057-bc97-093f95eb797d",
    "match": "https://api-prod.gambitprofit.com/api/matches/653b0ffd-5921-42f0-98c0-950b60e71592/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:57.178439-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 6",
                "amount": 5196.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9c27db8-2b65-4f64-8815-48cd2c1399b1",
            "gambit_id": "a4c1e6c9-dd49-4b49-910a-eec4152afa00",
            "last_updated": "2023-01-16T10:11:50.220726-05:00",
            "created_at": "2023-01-14T08:26:57.184705-05:00",
            "name": "Game Total Over 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c5a2d62-a87e-4057-bc97-093f95eb797d/?format=api"
        },
        {
            "id": "8aae1894-dbcc-4381-af78-ad38b9d4514d",
            "gambit_id": "f7c9a0e2-bc38-4a87-8a62-ba01f3d19e10",
            "last_updated": "2023-01-16T10:11:50.217346-05:00",
            "created_at": "2023-01-14T08:26:57.181602-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c5a2d62-a87e-4057-bc97-093f95eb797d/?format=api"
        }
    ]
}