GET /api/bet_types/b633c222-f913-4d1b-a6f3-a8b6947119e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b633c222-f913-4d1b-a6f3-a8b6947119e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/26bfe08c-fc13-48e6-b2d2-5f667c9b81ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T09:21:57.643408-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": 5213.0
            },
            {
                "team": "New York Islanders",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8e23433-3efd-40f1-994f-3c17a3a8bb76",
            "gambit_id": "1c68b41b-856b-4479-b860-f589eabafacd",
            "last_updated": "2023-03-22T16:51:52.663566-04:00",
            "created_at": "2023-03-21T09:21:57.646709-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b633c222-f913-4d1b-a6f3-a8b6947119e7/?format=api"
        },
        {
            "id": "d8f8a662-c623-4e9a-a156-816fa962e7dc",
            "gambit_id": "0ce98ca0-21fb-45d6-a985-bd8806e082ff",
            "last_updated": "2023-03-22T16:51:52.660900-04:00",
            "created_at": "2023-03-21T09:21:57.645024-04:00",
            "name": "New York Islanders",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b633c222-f913-4d1b-a6f3-a8b6947119e7/?format=api"
        }
    ]
}