GET /api/bet_types/45294f77-8083-4738-9fef-d812265f55b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45294f77-8083-4738-9fef-d812265f55b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbee7cb5-d15c-4117-9f25-8e8f53a495a9/?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 2.5",
                "amount": 5147.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4853.0
            }
        ],
        "expected_reward_tokens": 9316.07,
        "profit_sb": -183.93,
        "profit_sb_percentage": -1.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "f24c5786-d6cf-48e1-8737-dc35c0966b32",
            "gambit_id": "d5fb7323-9821-483e-92f8-cd287dd16744",
            "last_updated": "2022-10-13T09:52:28.893121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45294f77-8083-4738-9fef-d812265f55b0/?format=api"
        },
        {
            "id": "195131a1-cdcc-46f2-a26c-23e250ae94a6",
            "gambit_id": "1724f728-b804-456f-872c-cdd511e4717a",
            "last_updated": "2022-10-13T09:52:28.894245-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.92000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45294f77-8083-4738-9fef-d812265f55b0/?format=api"
        }
    ]
}