GET /api/bet_types/7d24f894-b09f-4cdf-ab24-7512490087b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d24f894-b09f-4cdf-ab24-7512490087b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/255850f4-b5fd-4e40-ae79-84c191b26b28/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:01.189370-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dadff52-f636-451e-b1a9-1919a06e6dbf",
            "gambit_id": "acc4dc5c-aa42-4405-9e0f-06973792c712",
            "last_updated": "2023-04-11T13:22:07.473817-04:00",
            "created_at": "2023-04-10T11:22:01.190914-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d24f894-b09f-4cdf-ab24-7512490087b5/?format=api"
        },
        {
            "id": "8ccfbf38-f31a-4013-b70e-c5982b05734f",
            "gambit_id": "adaca33d-70fb-4456-a0a7-638e8b3b236e",
            "last_updated": "2023-04-11T13:22:07.476326-04:00",
            "created_at": "2023-04-10T11:22:01.192557-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d24f894-b09f-4cdf-ab24-7512490087b5/?format=api"
        }
    ]
}