GET /api/bet_types/7bd899c7-8003-49b2-a962-f8d91dc4dbdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bd899c7-8003-49b2-a962-f8d91dc4dbdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1dd4e39-d3bf-436a-a2c0-aba56457d746/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:18.138228-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": "Columbus Blue Jackets",
                "amount": 5784.0
            },
            {
                "team": "New York Islanders",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "6240236e-a318-451e-8436-adee5ad3bb23",
            "gambit_id": "8047fa7a-cf19-43c8-975b-cccd9a030ab8",
            "last_updated": "2023-12-08T10:43:08.447916-05:00",
            "created_at": "2023-12-07T09:48:18.141795-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd899c7-8003-49b2-a962-f8d91dc4dbdf/?format=api"
        },
        {
            "id": "5ce6e79e-eb58-487d-9439-b95766eb3e0e",
            "gambit_id": "d614f18c-0866-4403-9b69-dfa00a95a4de",
            "last_updated": "2023-12-08T10:43:08.451307-05:00",
            "created_at": "2023-12-07T09:48:18.145714-05:00",
            "name": "New York Islanders",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd899c7-8003-49b2-a962-f8d91dc4dbdf/?format=api"
        }
    ]
}