GET /api/bet_types/28b2456c-5ade-4ea5-b6c5-bda8e7941a3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28b2456c-5ade-4ea5-b6c5-bda8e7941a3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fea68e5d-72a8-4395-afd2-1af0d1d4d6d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T12:32:07.563413-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": 5784.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "d385ba16-c90d-42d9-9d6b-8a8119fa4deb",
            "gambit_id": "1618aba5-c003-420f-a71f-4ab6ab635473",
            "last_updated": "2023-03-23T17:56:56.938196-04:00",
            "created_at": "2023-03-22T12:32:07.565674-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28b2456c-5ade-4ea5-b6c5-bda8e7941a3f/?format=api"
        },
        {
            "id": "a6eb383a-53a6-4942-9a5c-3532a50fa1b8",
            "gambit_id": "60d5d375-7b6f-4c77-af09-ddc0d9a57e3f",
            "last_updated": "2023-03-23T17:56:56.939434-04:00",
            "created_at": "2023-03-22T12:32:07.567840-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28b2456c-5ade-4ea5-b6c5-bda8e7941a3f/?format=api"
        }
    ]
}