GET /api/bet_types/06a18032-4aab-41ab-a8f0-ae449cf4affa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06a18032-4aab-41ab-a8f0-ae449cf4affa",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ad44e04-384e-4226-bcf5-8277fa9b4d9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-04T09:17:18.409346-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "93cbd030-406b-4e89-9a1c-373b6ffcf43e",
            "gambit_id": "a292abae-da9c-452f-b33f-d2b1f4ea3b70",
            "last_updated": "2023-02-05T11:31:59.951076-05:00",
            "created_at": "2023-02-04T09:17:18.411184-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06a18032-4aab-41ab-a8f0-ae449cf4affa/?format=api"
        },
        {
            "id": "9c73ce0a-62e9-45df-9dac-22485fec1cff",
            "gambit_id": "b3c6a9fe-c812-472f-a5da-4ce391de2d7b",
            "last_updated": "2023-02-05T11:31:59.952281-05:00",
            "created_at": "2023-02-04T09:17:18.413001-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06a18032-4aab-41ab-a8f0-ae449cf4affa/?format=api"
        }
    ]
}