GET /api/bet_types/50883187-676f-4f53-b656-327cebe3d945/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50883187-676f-4f53-b656-327cebe3d945",
    "match": "https://api-prod.gambitprofit.com/api/matches/10d13fb7-eb25-4ef1-becb-3b20ce25877e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:13.913601-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 Over 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8450627f-76f1-4fde-85e6-648027406b34",
            "gambit_id": "340dfc4b-15cd-4195-9f01-1a1cdda14b29",
            "last_updated": "2023-06-05T10:57:19.943446-04:00",
            "created_at": "2023-06-03T11:22:13.915640-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50883187-676f-4f53-b656-327cebe3d945/?format=api"
        },
        {
            "id": "eb0ee87a-202a-4366-b643-63c425127a0c",
            "gambit_id": "1cab7978-f4c9-49f6-ab58-dac5786a5beb",
            "last_updated": "2023-06-05T10:57:19.945802-04:00",
            "created_at": "2023-06-03T11:22:13.918003-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50883187-676f-4f53-b656-327cebe3d945/?format=api"
        }
    ]
}