GET /api/bet_types/57939b08-dc31-4c1f-bb70-b9f0fec4a8da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57939b08-dc31-4c1f-bb70-b9f0fec4a8da",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad89c4f1-78e2-4068-ae10-c2e177af87d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T11:22:00.851374-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": "Winnipeg Jets",
                "amount": 7398.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2602.0
            }
        ],
        "expected_reward_tokens": 9469.44,
        "profit_sb": -30.56,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "3848b91f-c823-4341-b56a-dd72f2640497",
            "gambit_id": "42a7649a-2c5f-4135-9b3a-cfdda8be549a",
            "last_updated": "2023-04-11T13:52:11.950353-04:00",
            "created_at": "2023-04-10T11:22:00.856488-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57939b08-dc31-4c1f-bb70-b9f0fec4a8da/?format=api"
        },
        {
            "id": "84e03534-d9bd-401a-a6ce-51dbe6429804",
            "gambit_id": "508f11c6-9f18-48ac-91af-06b754d084d1",
            "last_updated": "2023-04-11T13:52:11.948856-04:00",
            "created_at": "2023-04-10T11:22:00.853386-04:00",
            "name": "San Jose Sharks",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57939b08-dc31-4c1f-bb70-b9f0fec4a8da/?format=api"
        }
    ]
}