GET /api/bet_types/014d17ea-2738-45d8-8d59-c8db90c25955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "014d17ea-2738-45d8-8d59-c8db90c25955",
    "match": "https://api-prod.gambitprofit.com/api/matches/547eeddb-a636-4ecd-a42d-93c29219a194/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-26T09:28:18.497670-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": "Colorado Avalanche",
                "amount": 5861.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a0ad684-30ef-46f3-8d08-3254f752dd7e",
            "gambit_id": "252982a4-3db7-4c63-a399-5bbcd558791f",
            "last_updated": "2023-10-28T10:22:54.737597-04:00",
            "created_at": "2023-10-26T09:28:18.501761-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/014d17ea-2738-45d8-8d59-c8db90c25955/?format=api"
        },
        {
            "id": "f00c4792-87e6-44b5-9490-5eebb0103fdd",
            "gambit_id": "dbfa1687-95bd-4b70-b8c9-fa89f20a0f3e",
            "last_updated": "2023-10-28T10:22:54.741552-04:00",
            "created_at": "2023-10-26T09:28:18.505949-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/014d17ea-2738-45d8-8d59-c8db90c25955/?format=api"
        }
    ]
}