GET /api/bet_types/030de969-db4f-4b71-a35c-1ea8cbf86784/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "030de969-db4f-4b71-a35c-1ea8cbf86784",
    "match": "https://api-prod.gambitprofit.com/api/matches/8644cb34-98d7-450e-865e-6c106c48459e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:22:02.937020-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": "Vegas Golden Knights",
                "amount": 5196.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "44ef0a13-fbcb-4707-9c82-1a874698a531",
            "gambit_id": "e3f487bd-67fc-48ec-824e-279559329691",
            "last_updated": "2023-01-13T11:47:21.531139-05:00",
            "created_at": "2023-01-12T08:22:02.938151-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/030de969-db4f-4b71-a35c-1ea8cbf86784/?format=api"
        },
        {
            "id": "6cb6152e-dd28-4daf-9b54-c04c0bb1eaec",
            "gambit_id": "4b092fcf-26ca-4c12-86dd-9e07520e19e2",
            "last_updated": "2023-01-13T11:47:21.532207-05:00",
            "created_at": "2023-01-12T08:22:02.939339-05:00",
            "name": "Florida Panthers",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/030de969-db4f-4b71-a35c-1ea8cbf86784/?format=api"
        }
    ]
}