GET /api/bet_types/0cdd4bdb-aea9-4e5a-9bcc-ed57e4472d44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cdd4bdb-aea9-4e5a-9bcc-ed57e4472d44",
    "match": "https://api-prod.gambitprofit.com/api/matches/b97c7821-10a1-4afa-915c-ca375eee65a0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-27T09:07:59.152983-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 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "dcb5931a-1803-4b0e-a688-4fdff6c4cda7",
            "gambit_id": "7d661cf1-a025-4c52-8c88-fcaf15e890fd",
            "last_updated": "2023-10-30T14:58:10.208623-04:00",
            "created_at": "2023-10-27T09:07:59.162818-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cdd4bdb-aea9-4e5a-9bcc-ed57e4472d44/?format=api"
        },
        {
            "id": "53e5c539-ba87-4405-9a43-77221f791a98",
            "gambit_id": "fbe0a711-8871-47d7-a6fd-45bdfdaeae15",
            "last_updated": "2023-10-30T14:58:10.204758-04:00",
            "created_at": "2023-10-27T09:07:59.157861-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cdd4bdb-aea9-4e5a-9bcc-ed57e4472d44/?format=api"
        }
    ]
}