GET /api/bet_types/7c97920c-5876-4199-a4ee-36d858704da5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c97920c-5876-4199-a4ee-36d858704da5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b38f2a7d-4e3d-4b80-b719-272db8fd73fd/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "07a808ef-5c4c-4c75-9477-1979cc78bc5f",
            "gambit_id": "3d0f3ae4-44c1-4e2b-b716-63d33a8774f8",
            "last_updated": "2022-11-03T09:48:13.095480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 218",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c97920c-5876-4199-a4ee-36d858704da5/?format=api"
        },
        {
            "id": "059daef4-5d4f-444b-9bc4-15cfe49c9ba7",
            "gambit_id": "445b4845-4599-4cae-aa03-1d18fd55e90d",
            "last_updated": "2022-11-03T09:48:13.096602-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 218",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c97920c-5876-4199-a4ee-36d858704da5/?format=api"
        }
    ]
}