GET /api/bet_types/f4395486-63b9-44d0-82b9-c9b3a512c567/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4395486-63b9-44d0-82b9-c9b3a512c567",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e9f4ac2-9204-4a77-83d1-07d3fe6f614d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Pittsburgh Penguins",
                "amount": 5399.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cbf9ffc-c775-4c47-95e7-e850133b636e",
            "gambit_id": "699ecaee-5765-492a-be4a-7552a8ea7bac",
            "last_updated": "2022-11-28T11:26:55.916282-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4395486-63b9-44d0-82b9-c9b3a512c567/?format=api"
        },
        {
            "id": "019cdf70-37be-4f84-8883-5c8639fc3261",
            "gambit_id": "0209be08-94fb-41b9-89c4-cc5fd893ee09",
            "last_updated": "2022-11-28T11:26:55.917297-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4395486-63b9-44d0-82b9-c9b3a512c567/?format=api"
        }
    ]
}