GET /api/bet_types/19098328-ede8-4f87-9233-f90b636257f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19098328-ede8-4f87-9233-f90b636257f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8c9bef3-7b87-403a-8073-add9bafff6f6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Michigan",
                "amount": 8331.0
            },
            {
                "team": "Purdue",
                "amount": 1669.0
            }
        ],
        "expected_reward_tokens": 9329.71,
        "profit_sb": 329.71,
        "profit_sb_percentage": 3.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "c13a32a1-fc30-4553-ad81-5860eaf43e9c",
            "gambit_id": "a1165c80-68d3-40fc-acbd-8db00f8fd23a",
            "last_updated": "2022-12-05T11:02:07.735441-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.12000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19098328-ede8-4f87-9233-f90b636257f4/?format=api"
        },
        {
            "id": "37c50e5e-e249-41ce-94a4-3422981a3b5e",
            "gambit_id": "68ae48b4-7516-4c2e-8d30-6716c565f583",
            "last_updated": "2022-12-05T11:02:07.736473-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "5.59000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19098328-ede8-4f87-9233-f90b636257f4/?format=api"
        }
    ]
}