GET /api/bet_types/a70df09c-0eea-4086-8013-b6b066529adb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a70df09c-0eea-4086-8013-b6b066529adb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4335781d-7f07-4d0e-863e-455d42be6700/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T14:52:13.600352-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 Under 151.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 151.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "597e939c-c238-4dae-8f96-9e99373cc41b",
            "gambit_id": "b1ba7ac2-ff30-49f5-a5fb-d89363c3c2e9",
            "last_updated": "2023-03-17T10:42:21.350370-04:00",
            "created_at": "2023-03-15T14:52:13.601585-04:00",
            "name": "Game Total Under 151.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "151.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a70df09c-0eea-4086-8013-b6b066529adb/?format=api"
        },
        {
            "id": "63300c31-8699-4a96-8b67-0e0f2123421e",
            "gambit_id": "4ebade69-45fa-46ec-9cbf-1b2cf259914a",
            "last_updated": "2023-03-17T10:42:21.352343-04:00",
            "created_at": "2023-03-15T14:52:13.602744-04:00",
            "name": "Game Total Over 151.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "151.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a70df09c-0eea-4086-8013-b6b066529adb/?format=api"
        }
    ]
}