GET /api/bet_types/12718982-5a5e-4478-955d-77e3708422ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12718982-5a5e-4478-955d-77e3708422ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f450973-2c24-49f0-9582-acaa9610b2ea/?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": 5387.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 8672.44,
        "profit_sb": -327.56,
        "profit_sb_percentage": -3.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a76f2eb-0844-4fb8-b319-b3f64ad5262f",
            "gambit_id": "6ecc2afb-7cc4-4d87-8c75-457309f3b163",
            "last_updated": "2022-11-28T11:57:10.266612-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.61000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12718982-5a5e-4478-955d-77e3708422ea/?format=api"
        },
        {
            "id": "584648c6-2c68-4d13-b44f-1adfcff150e1",
            "gambit_id": "2321b4c5-5627-48b5-aeb8-74b6d2b1c1ab",
            "last_updated": "2022-11-28T11:57:10.265421-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12718982-5a5e-4478-955d-77e3708422ea/?format=api"
        }
    ]
}