GET /api/bet_types/fe43f899-0b6f-47b1-bc41-4972c678289e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe43f899-0b6f-47b1-bc41-4972c678289e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f59c079-2f81-4ed0-ad41-b4318b596e7d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T13:52:00.451546-04: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": "Pittsburgh Penguins",
                "amount": 6864.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9b44045-d2e5-4b52-bde0-8a2a5b45831c",
            "gambit_id": "f5ec438b-1019-4ffb-865a-320cc4d3048f",
            "last_updated": "2023-04-03T20:27:19.684001-04:00",
            "created_at": "2023-04-02T13:52:00.456690-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe43f899-0b6f-47b1-bc41-4972c678289e/?format=api"
        },
        {
            "id": "b7c05737-c253-4c1c-81ac-b6fe00f07c77",
            "gambit_id": "8a18e3c2-e970-4f3e-ac89-27e7d2ef62a0",
            "last_updated": "2023-04-03T20:27:19.681512-04:00",
            "created_at": "2023-04-02T13:52:00.453851-04:00",
            "name": "Philadelphia Flyers",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe43f899-0b6f-47b1-bc41-4972c678289e/?format=api"
        }
    ]
}