GET /api/bet_types/83896186-21c4-417a-817a-667e98d67068/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83896186-21c4-417a-817a-667e98d67068",
    "match": "https://api-prod.gambitprofit.com/api/matches/51e2cf8c-a975-4d41-87cf-461fbd97c039/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:08:04.280041-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": "Vancouver Canucks",
                "amount": 5107.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7acd6d4-9a17-4d5b-98a2-46f6c06130c1",
            "gambit_id": "c8a244a8-77a8-48e4-bcd9-0480da9fdc1b",
            "last_updated": "2023-11-27T09:53:17.506767-05:00",
            "created_at": "2023-11-24T09:08:04.290272-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83896186-21c4-417a-817a-667e98d67068/?format=api"
        },
        {
            "id": "23fb23fa-fead-4750-b1d7-42a267325bf0",
            "gambit_id": "aa50fe5a-061a-492a-82b5-bd1e104bef6c",
            "last_updated": "2023-11-27T09:53:17.510281-05:00",
            "created_at": "2023-11-24T09:08:04.298791-05:00",
            "name": "Seattle Kraken",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83896186-21c4-417a-817a-667e98d67068/?format=api"
        }
    ]
}