GET /api/bet_types/c89bf231-d2e1-4d2b-b58e-3d60ce421050/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c89bf231-d2e1-4d2b-b58e-3d60ce421050",
    "match": "https://api-prod.gambitprofit.com/api/matches/822d9c84-7a32-4605-ab62-109041e315bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T11:41:51.218779-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": "Columbus Blue Jackets",
                "amount": 5107.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f1ef487-2147-4454-b771-c2db03b9f009",
            "gambit_id": "76c5874c-070e-4640-a51f-40e9eb60d5f3",
            "last_updated": "2023-04-03T10:12:02.169549-04:00",
            "created_at": "2023-04-01T11:41:51.221282-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c89bf231-d2e1-4d2b-b58e-3d60ce421050/?format=api"
        },
        {
            "id": "5ea75b0e-67f7-4d9f-96c1-109b6a4638c8",
            "gambit_id": "6dc8fe9c-414a-4914-ac95-152b8c259982",
            "last_updated": "2023-04-03T10:12:02.171499-04:00",
            "created_at": "2023-04-01T11:41:51.224286-04:00",
            "name": "Florida Panthers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c89bf231-d2e1-4d2b-b58e-3d60ce421050/?format=api"
        }
    ]
}