GET /api/bet_types/6bb28f6a-8590-45d4-ad44-c26aa7fccd7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bb28f6a-8590-45d4-ad44-c26aa7fccd7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/44bf80e4-4fa8-48b3-a9d8-9adb49c32522/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T07:42:05.372646-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": "Florida Panthers",
                "amount": 6399.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "75e5f36b-9f45-497e-b61b-1e8c50137c29",
            "gambit_id": "42a951e2-ce20-4394-9559-f6045a01381b",
            "last_updated": "2023-03-03T09:57:04.121912-05:00",
            "created_at": "2023-03-02T07:42:05.373854-05:00",
            "name": "Florida Panthers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bb28f6a-8590-45d4-ad44-c26aa7fccd7c/?format=api"
        },
        {
            "id": "4dbbf834-2fdb-418b-a723-6dd6af556f44",
            "gambit_id": "b3060640-9e69-433f-9453-73ec0ef0286d",
            "last_updated": "2023-03-03T09:57:04.120666-05:00",
            "created_at": "2023-03-02T07:42:05.375092-05:00",
            "name": "Nashville Predators",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bb28f6a-8590-45d4-ad44-c26aa7fccd7c/?format=api"
        }
    ]
}