GET /api/bet_types/9df5f262-ee83-4559-84a3-f62c680c4251/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9df5f262-ee83-4559-84a3-f62c680c4251",
    "match": "https://api-prod.gambitprofit.com/api/matches/58c4f65b-f6ac-430b-8d97-363288eacc6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:02.408764-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": "Los Angeles Kings",
                "amount": 5094.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "80276faa-1a17-49c1-84d6-06cafe3658ba",
            "gambit_id": "9c22d1b0-866b-4842-9bdd-765ac26ecaa7",
            "last_updated": "2023-11-03T11:48:25.348419-04:00",
            "created_at": "2023-11-02T09:03:02.414136-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9df5f262-ee83-4559-84a3-f62c680c4251/?format=api"
        },
        {
            "id": "a9aa4a34-c43d-4abd-9305-1157837ad162",
            "gambit_id": "46289786-7179-4d4c-885c-0f76323b164c",
            "last_updated": "2023-11-03T11:48:25.351592-04:00",
            "created_at": "2023-11-02T09:03:02.421444-04:00",
            "name": "Ottawa Senators",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9df5f262-ee83-4559-84a3-f62c680c4251/?format=api"
        }
    ]
}