GET /api/bet_types/e2243845-246c-4686-9148-7e96c440b0eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2243845-246c-4686-9148-7e96c440b0eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbf18da5-10ea-463d-b7e2-5b578a250635/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T09:07:55.854360-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": "Vegas Golden Knights",
                "amount": 7382.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2618.0
            }
        ],
        "expected_reward_tokens": 9448.96,
        "profit_sb": -51.04,
        "profit_sb_percentage": -0.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c143a35-72de-48ad-901f-c607958fc83b",
            "gambit_id": "cb5a376f-5836-4831-a792-5ec94744f3c3",
            "last_updated": "2023-10-30T15:03:10.357013-04:00",
            "created_at": "2023-10-27T09:07:55.866214-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2243845-246c-4686-9148-7e96c440b0eb/?format=api"
        },
        {
            "id": "fde56a2f-8f85-4e3f-b0b9-4953a8901d43",
            "gambit_id": "8c3a524c-c7e1-41a6-9786-092aa1bc12e8",
            "last_updated": "2023-10-30T15:03:10.349920-04:00",
            "created_at": "2023-10-27T09:07:55.860950-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.61000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2243845-246c-4686-9148-7e96c440b0eb/?format=api"
        }
    ]
}