GET /api/bet_types/20b8f809-47ce-4963-8ddb-2c816451cd79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20b8f809-47ce-4963-8ddb-2c816451cd79",
    "match": "https://api-prod.gambitprofit.com/api/matches/776f4b44-ad8f-4252-ba5c-d0ba2519178f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:02.527398-04: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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d7688af-c817-4243-ac40-505db219a311",
            "gambit_id": "ba438718-174f-4a8b-8a2b-1e332c6d6111",
            "last_updated": "2023-10-23T13:33:24.518341-04:00",
            "created_at": "2023-10-18T09:13:02.531156-04:00",
            "name": "Game Total Over 48.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20b8f809-47ce-4963-8ddb-2c816451cd79/?format=api"
        },
        {
            "id": "ddf1abb8-9fbb-4735-bc34-94fa627024d1",
            "gambit_id": "c0cc7696-5f5e-4050-96da-79e1d1a980e1",
            "last_updated": "2023-10-23T13:33:24.525589-04:00",
            "created_at": "2023-10-18T09:13:02.539338-04:00",
            "name": "Game Total Under 48.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20b8f809-47ce-4963-8ddb-2c816451cd79/?format=api"
        }
    ]
}