GET /api/bet_types/294212f3-923c-4222-abf6-e81ee429f006/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "294212f3-923c-4222-abf6-e81ee429f006",
    "match": "https://api-prod.gambitprofit.com/api/matches/80e32394-26bf-4be9-a0b8-ba10d48df54f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:16:57.769694-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": "Chicago Bulls",
                "amount": 5599.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "f641774f-9bcc-4493-bf6d-9f8e307f69c2",
            "gambit_id": "9ca394b6-7fd8-4316-9f3a-1aa14707310f",
            "last_updated": "2023-02-10T09:37:27.886730-05:00",
            "created_at": "2023-02-09T11:16:57.772640-05:00",
            "name": "Chicago Bulls",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/294212f3-923c-4222-abf6-e81ee429f006/?format=api"
        },
        {
            "id": "ed616e4e-c2ad-47b8-8cb4-23bddf1a9109",
            "gambit_id": "17c13871-4e49-4774-8a64-dedc9d226c3b",
            "last_updated": "2023-02-10T09:37:27.885550-05:00",
            "created_at": "2023-02-09T11:16:57.771084-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/294212f3-923c-4222-abf6-e81ee429f006/?format=api"
        }
    ]
}