GET /api/bet_types/7b1f6d6f-e2c5-4db8-83b1-1d19facf8c8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b1f6d6f-e2c5-4db8-83b1-1d19facf8c8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5c24aa8-7a82-4dc1-9842-1de02a89391d/?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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9aad3583-c3b0-4099-a651-b76b52e6811a",
            "gambit_id": "86a02e17-1a15-49f6-b957-e3fb80c2475c",
            "last_updated": "2022-11-10T09:17:43.444315-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b1f6d6f-e2c5-4db8-83b1-1d19facf8c8f/?format=api"
        },
        {
            "id": "2241e92c-df2c-4341-bda1-4e17e46f4958",
            "gambit_id": "5840bc97-9ecb-4ab5-9c8b-18d343087b0d",
            "last_updated": "2022-11-10T09:17:43.445472-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b1f6d6f-e2c5-4db8-83b1-1d19facf8c8f/?format=api"
        }
    ]
}