GET /api/bet_types/dfe9c802-85aa-4dfe-80cd-6d20f2835981/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfe9c802-85aa-4dfe-80cd-6d20f2835981",
    "match": "https://api-prod.gambitprofit.com/api/matches/52f37467-e2c1-4ecf-a793-fcf0d7d8cda9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-25T09:13:14.828483-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 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d543e66-1aaf-48d2-89e9-8e3d23924c21",
            "gambit_id": "8cdd904d-702e-4379-8c62-a8b1bf1975ba",
            "last_updated": "2023-10-30T15:28:27.962644-04:00",
            "created_at": "2023-10-25T09:13:14.832728-04:00",
            "name": "Game Total Over 46",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe9c802-85aa-4dfe-80cd-6d20f2835981/?format=api"
        },
        {
            "id": "0206d165-64ee-4885-851f-ec2f0c61b024",
            "gambit_id": "f1706dcc-7072-4faf-ab47-a39f845c4129",
            "last_updated": "2023-10-30T15:28:27.965859-04:00",
            "created_at": "2023-10-25T09:13:14.836337-04:00",
            "name": "Game Total Under 46",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe9c802-85aa-4dfe-80cd-6d20f2835981/?format=api"
        }
    ]
}