GET /api/bet_types/73e2a6cb-4f14-4425-9c80-2d276d9f50f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73e2a6cb-4f14-4425-9c80-2d276d9f50f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2e6ce7c-c9ec-460f-8273-0c3fff4497a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T08:21:59.501991-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": "Seattle Kraken",
                "amount": 5106.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "e448028b-2f40-43c6-a572-e3eeddbbfb09",
            "gambit_id": "4d2f7850-9bc0-457b-97c6-97ca7d5b2361",
            "last_updated": "2023-01-23T10:07:17.653232-05:00",
            "created_at": "2023-01-21T08:21:59.503197-05:00",
            "name": "Seattle Kraken",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73e2a6cb-4f14-4425-9c80-2d276d9f50f5/?format=api"
        },
        {
            "id": "b36a0d01-6ce4-4311-aac2-32b7d31ddafa",
            "gambit_id": "97972ead-f56e-4217-9bb8-00d0ff089d7c",
            "last_updated": "2023-01-23T10:07:17.654908-05:00",
            "created_at": "2023-01-21T08:21:59.504423-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73e2a6cb-4f14-4425-9c80-2d276d9f50f5/?format=api"
        }
    ]
}