GET /api/bet_types/a0e44fd3-d9a5-426c-84bb-3d180bacb270/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0e44fd3-d9a5-426c-84bb-3d180bacb270",
    "match": "https://api-prod.gambitprofit.com/api/matches/03154f87-9df7-4913-b865-1772f5c4da62/?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": 6658.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3342.0
            }
        ],
        "expected_reward_tokens": 9054.88,
        "profit_sb": 54.88,
        "profit_sb_percentage": 0.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc1f9a3a-1593-43f5-806c-2740b79804f1",
            "gambit_id": "c77f11d1-987e-4b94-b3fa-fb7dfaef35a6",
            "last_updated": "2022-09-08T10:56:55.226863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0e44fd3-d9a5-426c-84bb-3d180bacb270/?format=api"
        },
        {
            "id": "8bea6bf0-e257-49af-b75d-64981d5e8e7d",
            "gambit_id": "9f6c75a8-a9df-4069-b44e-bd4ecc68e3fa",
            "last_updated": "2022-09-08T10:56:55.225551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.71000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0e44fd3-d9a5-426c-84bb-3d180bacb270/?format=api"
        }
    ]
}