GET /api/bet_types/8cc98d87-cd74-4955-b8e6-888c76a9c085/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cc98d87-cd74-4955-b8e6-888c76a9c085",
    "match": "https://api-prod.gambitprofit.com/api/matches/aacdf755-0731-4902-b519-8623cf419f04/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:09.097393-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": "Boston Bruins",
                "amount": 5107.0
            },
            {
                "team": "New York Rangers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ad5f4e2-9a48-451f-b15b-d6cf8b05f0bf",
            "gambit_id": "1d9f3872-0249-4be8-ab50-d9553e49e291",
            "last_updated": "2023-12-18T10:23:36.619185-05:00",
            "created_at": "2023-12-16T09:23:09.106218-05:00",
            "name": "Boston Bruins",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cc98d87-cd74-4955-b8e6-888c76a9c085/?format=api"
        },
        {
            "id": "c197ae16-bfeb-4124-831f-206d0564461b",
            "gambit_id": "ca0ca609-151a-4b60-a2e7-606f306f58bb",
            "last_updated": "2023-12-18T10:23:36.616027-05:00",
            "created_at": "2023-12-16T09:23:09.102358-05:00",
            "name": "New York Rangers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cc98d87-cd74-4955-b8e6-888c76a9c085/?format=api"
        }
    ]
}