GET /api/bet_types/3bbf512e-0d9c-407a-940d-a9256d9344f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bbf512e-0d9c-407a-940d-a9256d9344f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bcaa35d-79eb-402a-9bdb-5b26f5ea5735/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:02.604951-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": "New York Islanders",
                "amount": 6603.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "c49e7521-69e1-4ae9-a651-6d6fa3816bff",
            "gambit_id": "76438d27-3e1b-4d71-8665-7a62b378e171",
            "last_updated": "2023-02-11T19:51:52.382532-05:00",
            "created_at": "2023-02-09T11:12:02.606056-05:00",
            "name": "New York Islanders",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bbf512e-0d9c-407a-940d-a9256d9344f8/?format=api"
        },
        {
            "id": "e4bc2e0a-8ebe-404c-bd82-77c2d56dd081",
            "gambit_id": "dc3e50a2-5c31-4c69-8d80-c1701e913b02",
            "last_updated": "2023-02-11T19:51:52.383747-05:00",
            "created_at": "2023-02-09T11:12:02.607223-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bbf512e-0d9c-407a-940d-a9256d9344f8/?format=api"
        }
    ]
}