GET /api/bet_types/cf188929-e699-4637-9bde-75d287739384/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf188929-e699-4637-9bde-75d287739384",
    "match": "https://api-prod.gambitprofit.com/api/matches/3371c17c-69f9-4c0e-9226-f212c5ba64e5/?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 216",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 216",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "adedf8a0-23d0-4a98-b99c-45347955a0b7",
            "gambit_id": "18b5a2e2-cbbf-48df-af35-3b5cdaaaa6fe",
            "last_updated": "2022-11-01T09:57:24.050014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf188929-e699-4637-9bde-75d287739384/?format=api"
        },
        {
            "id": "a4736d30-1b6f-4f28-b253-30b4e95408e3",
            "gambit_id": "f26253f7-623c-4e60-8c1b-06fdfbb34b33",
            "last_updated": "2022-11-01T09:57:24.048935-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf188929-e699-4637-9bde-75d287739384/?format=api"
        }
    ]
}