GET /api/bet_types/e96e57bf-2cf6-4b12-80ff-1d445f137ad4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e96e57bf-2cf6-4b12-80ff-1d445f137ad4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1f7e20c-1af8-422d-80a2-d21639f0c165/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:13:00.801028-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": "Los Angeles Kings",
                "amount": 5857.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b769c39-64c5-40c4-93fc-f6a5127e967e",
            "gambit_id": "25d70476-d5e0-4b93-a84e-b2b7349b88fd",
            "last_updated": "2023-12-26T15:23:14.100961-05:00",
            "created_at": "2023-12-23T09:13:00.810677-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e96e57bf-2cf6-4b12-80ff-1d445f137ad4/?format=api"
        },
        {
            "id": "6df26124-4ec6-4d16-946f-e5dd1560a485",
            "gambit_id": "2876b9fe-1456-48a3-99b3-40d1785e9de1",
            "last_updated": "2023-12-26T15:23:14.097621-05:00",
            "created_at": "2023-12-23T09:13:00.806584-05:00",
            "name": "Calgary Flames",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e96e57bf-2cf6-4b12-80ff-1d445f137ad4/?format=api"
        }
    ]
}