GET /api/bet_types/8b3ac138-0da4-49bc-9584-635e0e5c2766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b3ac138-0da4-49bc-9584-635e0e5c2766",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6442113-5be4-466c-8a10-113a7f4fe8c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:13.238613-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": "Carolina Hurricanes",
                "amount": 5614.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "cddf35ae-389b-4f42-9f98-6dffaf95f106",
            "gambit_id": "a0dbb515-6a73-4d7b-934b-19f2e903edd1",
            "last_updated": "2024-01-16T15:13:03.038984-05:00",
            "created_at": "2024-01-13T09:38:13.246782-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b3ac138-0da4-49bc-9584-635e0e5c2766/?format=api"
        },
        {
            "id": "274b7cb9-5525-4bc8-803d-76b79b63ce15",
            "gambit_id": "1b698c3f-7859-4fc4-b491-13424c5668e3",
            "last_updated": "2024-01-16T15:13:03.035511-05:00",
            "created_at": "2024-01-13T09:38:13.242585-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b3ac138-0da4-49bc-9584-635e0e5c2766/?format=api"
        }
    ]
}