GET /api/bet_types/bcc33ff8-8b9b-4b2e-9c6f-95b2a804bb7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcc33ff8-8b9b-4b2e-9c6f-95b2a804bb7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/57471d51-1d2c-4158-bb4e-a010a596c4a1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:28:10.911923-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d2b610f-aeeb-42c0-9e45-5d0b82852026",
            "gambit_id": "2f50a104-79f3-489b-ba0b-f10dbfb51688",
            "last_updated": "2023-12-05T21:13:17.181991-05:00",
            "created_at": "2023-12-01T19:28:10.919719-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcc33ff8-8b9b-4b2e-9c6f-95b2a804bb7a/?format=api"
        },
        {
            "id": "c25b5ff3-0db3-4fb0-a046-cee5517986d4",
            "gambit_id": "aa25efbd-dc5c-4daa-bfa0-80837163ba73",
            "last_updated": "2023-12-05T21:13:17.178160-05:00",
            "created_at": "2023-12-01T19:28:10.915681-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcc33ff8-8b9b-4b2e-9c6f-95b2a804bb7a/?format=api"
        }
    ]
}