GET /api/bet_types/c5568479-5dfe-4ada-9d7d-e3ea883325ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5568479-5dfe-4ada-9d7d-e3ea883325ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/01782482-f1d0-49bb-81cc-9b7d9ffda43d/?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 53.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9295272f-55a4-4153-9488-92bd926b3a4c",
            "gambit_id": "47c0854d-fd98-41eb-8edb-0ab0acca5c66",
            "last_updated": "2022-10-22T09:12:19.577181-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5568479-5dfe-4ada-9d7d-e3ea883325ee/?format=api"
        },
        {
            "id": "a353bc1f-cce2-4e0d-a014-2712845b4413",
            "gambit_id": "9766823b-5fdd-4325-ae5e-f60556378e08",
            "last_updated": "2022-10-22T09:12:19.578416-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5568479-5dfe-4ada-9d7d-e3ea883325ee/?format=api"
        }
    ]
}