GET /api/bet_types/c5486178-ff7d-4dde-b715-8bdad236c448/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5486178-ff7d-4dde-b715-8bdad236c448",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3833391-6895-42be-a58f-3166eb1f1377/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T11:12:14.414748-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": "Orlando Magic",
                "amount": 5107.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "13af3c40-d10e-4ed5-8c63-45e66f7d0dd5",
            "gambit_id": "857f7722-813f-4d9e-98ca-21d939f2ac2e",
            "last_updated": "2023-03-22T16:41:54.893600-04:00",
            "created_at": "2023-03-21T11:12:14.417731-04:00",
            "name": "Orlando Magic",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5486178-ff7d-4dde-b715-8bdad236c448/?format=api"
        },
        {
            "id": "98467864-ecba-4e3f-848b-4a810aa9e042",
            "gambit_id": "b3b5e4d9-b9b7-48d4-872e-139585f550a5",
            "last_updated": "2023-03-22T16:41:54.896659-04:00",
            "created_at": "2023-03-21T11:12:14.421090-04:00",
            "name": "Washington Wizards",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5486178-ff7d-4dde-b715-8bdad236c448/?format=api"
        }
    ]
}