GET /api/bet_types/b2d70875-eab9-482a-b4ee-18b440065079/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2d70875-eab9-482a-b4ee-18b440065079",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e5e0f3a-c3e0-498f-a599-c4458c82b3a9/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:14.337254-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 66.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 66.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0d9630e-b5f0-4048-8fed-b0e46342315a",
            "gambit_id": "fc36f429-933a-4261-99c5-aa41815c11ac",
            "last_updated": "2022-12-28T21:57:16.990571-05:00",
            "created_at": "2022-12-27T08:57:14.338469-05:00",
            "name": "Game Total Under 66.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2d70875-eab9-482a-b4ee-18b440065079/?format=api"
        },
        {
            "id": "3b4b94d6-3849-4bfa-8f28-439116009886",
            "gambit_id": "e1e2360c-1741-424a-9dfa-899aea9b0aab",
            "last_updated": "2022-12-28T21:57:16.991666-05:00",
            "created_at": "2022-12-27T08:57:14.339751-05:00",
            "name": "Game Total Over 66.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2d70875-eab9-482a-b4ee-18b440065079/?format=api"
        }
    ]
}