GET /api/bet_types/633d9718-0235-44ef-aa31-5469e75ccb25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "633d9718-0235-44ef-aa31-5469e75ccb25",
    "match": "https://api-prod.gambitprofit.com/api/matches/60f8eefc-d64f-4b6e-a162-755df2f6468d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:02:17.904265-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": 6163.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "74f59ab8-e8f0-411e-a171-27794638983e",
            "gambit_id": "da896b05-bd5b-438f-8b03-133d8fd4d6b7",
            "last_updated": "2023-03-04T16:27:21.221877-05:00",
            "created_at": "2023-03-03T08:02:17.906881-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/633d9718-0235-44ef-aa31-5469e75ccb25/?format=api"
        },
        {
            "id": "4fd5f71e-bc3c-4368-aeb0-95fc0a13cea4",
            "gambit_id": "012da74a-4ab4-42da-8b6d-5ed32c876d2a",
            "last_updated": "2023-03-04T16:27:21.220702-05:00",
            "created_at": "2023-03-03T08:02:17.905579-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/633d9718-0235-44ef-aa31-5469e75ccb25/?format=api"
        }
    ]
}