GET /api/bet_types/efbd3ced-14af-452b-bee3-623036fda0ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efbd3ced-14af-452b-bee3-623036fda0ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/615b5652-736e-490a-b1d8-88aed72c0ae5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:13:19.088592-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 48.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 48.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f8d46df-1847-43ef-b2f2-1ada5c1813c9",
            "gambit_id": "56b8675c-f155-4201-abd8-b709ffa9d67e",
            "last_updated": "2023-11-27T20:08:19.123003-05:00",
            "created_at": "2023-11-22T09:13:19.092594-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efbd3ced-14af-452b-bee3-623036fda0ed/?format=api"
        },
        {
            "id": "a9b1928b-5b76-4561-abba-86217821bee5",
            "gambit_id": "168eb5b8-754c-451f-b21f-29e3ad791a3b",
            "last_updated": "2023-11-27T20:08:19.126314-05:00",
            "created_at": "2023-11-22T09:13:19.097995-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efbd3ced-14af-452b-bee3-623036fda0ed/?format=api"
        }
    ]
}