GET /api/bet_types/91e2d7bb-46b8-4808-ac08-6a799a639448/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91e2d7bb-46b8-4808-ac08-6a799a639448",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e861e8e-a899-417c-9187-c1fc53a2a966/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:58.665450-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": "Toronto Maple Leafs",
                "amount": 7485.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2515.0
            }
        ],
        "expected_reward_tokens": 9505.95,
        "profit_sb": 5.95,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "09f9ee38-9878-4619-a4c5-c2294fcfe3df",
            "gambit_id": "cbe7d727-cf3a-46f1-b5fc-77f567060257",
            "last_updated": "2023-04-10T09:36:57.822558-04:00",
            "created_at": "2023-04-08T09:01:58.667660-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91e2d7bb-46b8-4808-ac08-6a799a639448/?format=api"
        },
        {
            "id": "6ac4586f-30a4-49af-87af-6821b0291194",
            "gambit_id": "480c3420-7ba8-494d-86f2-65869c3ed01a",
            "last_updated": "2023-04-10T09:36:57.824495-04:00",
            "created_at": "2023-04-08T09:01:58.670123-04:00",
            "name": "Montreal Canadiens",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91e2d7bb-46b8-4808-ac08-6a799a639448/?format=api"
        }
    ]
}