GET /api/bet_types/2f09a22a-f0df-47c6-adb6-8e18c19d0af2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f09a22a-f0df-47c6-adb6-8e18c19d0af2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9996c93a-8602-40b8-9b3d-f18f1ff1aec2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:03.402879-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": "Cincinnati Bengals",
                "amount": 5773.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "84620a1d-14ce-4537-b5f9-42da0e5f3132",
            "gambit_id": "df1c4224-1295-4d40-b2a4-6e373892ebea",
            "last_updated": "2023-12-26T15:38:08.760092-05:00",
            "created_at": "2023-12-20T11:13:03.406986-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f09a22a-f0df-47c6-adb6-8e18c19d0af2/?format=api"
        },
        {
            "id": "31ce60b9-889d-4c4d-872d-a56b90a91151",
            "gambit_id": "6dd6a843-16e1-40e7-9dc6-8e4eaf2d7c9f",
            "last_updated": "2023-12-26T15:38:08.767406-05:00",
            "created_at": "2023-12-20T11:13:03.410650-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f09a22a-f0df-47c6-adb6-8e18c19d0af2/?format=api"
        }
    ]
}