GET /api/bet_types/0b7520b7-7215-4f04-8ea4-29d36348ea95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b7520b7-7215-4f04-8ea4-29d36348ea95",
    "match": "https://api-prod.gambitprofit.com/api/matches/c951487c-1b58-444c-af35-2bd636c36e20/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T08:22:02.648439-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.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c8ebb17-636e-43f5-9c93-97731ae5aab5",
            "gambit_id": "df68798b-7d5f-411b-a513-c3608d29c331",
            "last_updated": "2023-01-13T11:47:14.680365-05:00",
            "created_at": "2023-01-12T08:22:02.649635-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b7520b7-7215-4f04-8ea4-29d36348ea95/?format=api"
        },
        {
            "id": "fee01498-54aa-4f96-ad2d-6f5e73a45d32",
            "gambit_id": "f555b580-735c-4147-b8b0-478d7f073b69",
            "last_updated": "2023-01-13T11:47:14.681460-05:00",
            "created_at": "2023-01-12T08:22:02.650824-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b7520b7-7215-4f04-8ea4-29d36348ea95/?format=api"
        }
    ]
}