GET /api/bet_types/096ab653-2429-4dd7-9733-084651b3b68f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "096ab653-2429-4dd7-9733-084651b3b68f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f322b447-1c53-4461-ae31-22f5c9e1f932/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:19.410270-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 248",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 248",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e45ac203-4b7f-45ef-a3b0-cf6f6d0fd4f7",
            "gambit_id": "dacda079-792c-4ff9-b852-2d8e86f40fb0",
            "last_updated": "2024-02-03T10:37:58.803168-05:00",
            "created_at": "2024-02-02T09:58:19.413681-05:00",
            "name": "Game Total Over 248",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "248.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096ab653-2429-4dd7-9733-084651b3b68f/?format=api"
        },
        {
            "id": "66fdb9df-6965-4f84-b524-de72fd511e0b",
            "gambit_id": "bb70b1f2-e522-42f1-8aed-b4cb73cbe148",
            "last_updated": "2024-02-03T10:37:58.806489-05:00",
            "created_at": "2024-02-02T09:58:19.418511-05:00",
            "name": "Game Total Under 248",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "248.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096ab653-2429-4dd7-9733-084651b3b68f/?format=api"
        }
    ]
}