GET /api/bet_types/7d08d65e-19bd-43a2-9619-395dad6840a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d08d65e-19bd-43a2-9619-395dad6840a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccb99d3e-bb81-47ef-b4b8-f898ac26f26f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-19T09:52:15.430666-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": "Winnipeg Jets",
                "amount": 6667.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e08482d-7adf-4cbb-921d-25e02dcfbf4e",
            "gambit_id": "6022dd45-dee9-4459-a465-63d95570c0ac",
            "last_updated": "2023-02-20T09:46:55.818394-05:00",
            "created_at": "2023-02-19T09:52:15.433193-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d08d65e-19bd-43a2-9619-395dad6840a0/?format=api"
        },
        {
            "id": "59ae00a2-987c-4278-ae2c-a33502d51926",
            "gambit_id": "fba5bcd9-31e5-43e3-b1ad-3e4e99897ffe",
            "last_updated": "2023-02-20T09:46:55.817306-05:00",
            "created_at": "2023-02-19T09:52:15.431902-05:00",
            "name": "New Jersey Devils",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d08d65e-19bd-43a2-9619-395dad6840a0/?format=api"
        }
    ]
}