GET /api/bet_types/2b0d0154-f92d-4baa-9c0e-e2b71e3531da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b0d0154-f92d-4baa-9c0e-e2b71e3531da",
    "match": "https://api-prod.gambitprofit.com/api/matches/d235bc9d-c1b6-4330-b9a0-c89b4bbb31e4/?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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1026c70-0229-4958-a0c7-2c892d47dc0e",
            "gambit_id": "ce373252-ef05-4eef-aae8-7c726ebf8093",
            "last_updated": "2022-12-10T18:31:57.801186-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0d0154-f92d-4baa-9c0e-e2b71e3531da/?format=api"
        },
        {
            "id": "74b65bda-a75a-40b7-a09c-165503010a7e",
            "gambit_id": "c5414d10-dfe0-4de2-b7ac-7fdb2d53a72b",
            "last_updated": "2022-12-10T18:31:57.802772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0d0154-f92d-4baa-9c0e-e2b71e3531da/?format=api"
        }
    ]
}