GET /api/bet_types/0d1b3aaa-d96d-4cce-9899-93145ec7da5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d1b3aaa-d96d-4cce-9899-93145ec7da5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/13d42fcc-bfe7-4af7-8fb7-0458bb5fadcb/?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 Over 42.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 42.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "d33a2c61-aca3-43ce-9324-dc5857efc441",
            "gambit_id": "7aa65247-9214-4999-929a-58b0690fdab4",
            "last_updated": "2022-11-14T09:38:24.154616-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d1b3aaa-d96d-4cce-9899-93145ec7da5f/?format=api"
        },
        {
            "id": "c2ee56c0-f850-40a3-ad42-160c76dda825",
            "gambit_id": "be792eea-384b-4de3-8b3e-7d0f33aa2cca",
            "last_updated": "2022-11-14T09:38:24.153441-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d1b3aaa-d96d-4cce-9899-93145ec7da5f/?format=api"
        }
    ]
}