GET /api/bet_types/c10073ee-7dca-49c0-a100-3fe3c0267ec6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c10073ee-7dca-49c0-a100-3fe3c0267ec6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9571c7c-73bd-418a-86ec-d41fc89a98c1/?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 2.5",
                "amount": 5765.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4235.0
            }
        ],
        "expected_reward_tokens": 8935.75,
        "profit_sb": -64.25,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe42a31d-2f04-4ce2-a4a1-8816dca0ce9f",
            "gambit_id": "64923498-1248-4344-9ac5-3997339564e7",
            "last_updated": "2022-09-14T13:37:19.888841-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.55000",
            "odds": "1.62000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10073ee-7dca-49c0-a100-3fe3c0267ec6/?format=api"
        },
        {
            "id": "656fa056-1858-4d2f-b009-b9075f1c545c",
            "gambit_id": "73b28499-c5da-4662-b50b-ebbc0d0ad34c",
            "last_updated": "2022-09-14T13:37:19.887843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.11000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10073ee-7dca-49c0-a100-3fe3c0267ec6/?format=api"
        }
    ]
}