GET /api/bet_types/22bcda80-f6e5-41c1-8120-6eeee938a104/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22bcda80-f6e5-41c1-8120-6eeee938a104",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e6f2187-23de-4dc0-a1ce-bf597aca5ade/?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 6.5",
                "amount": 5209.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4791.0
            }
        ],
        "expected_reward_tokens": 8959.17,
        "profit_sb": -40.83,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7ec63c5-333e-413d-a1f4-eda2458a89f6",
            "gambit_id": "f0d2fa4d-7c74-42af-bd98-f4c7838fa92d",
            "last_updated": "2022-12-22T20:37:20.666502-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22bcda80-f6e5-41c1-8120-6eeee938a104/?format=api"
        },
        {
            "id": "c698b845-1603-478a-a34f-a4282225e171",
            "gambit_id": "9ac819b8-0a7c-494d-a203-5f0003037a8a",
            "last_updated": "2022-12-22T20:37:20.665035-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22bcda80-f6e5-41c1-8120-6eeee938a104/?format=api"
        }
    ]
}