GET /api/bet_types/21948aaa-fe6b-4d98-bc97-64c71481ef72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21948aaa-fe6b-4d98-bc97-64c71481ef72",
    "match": "https://api-prod.gambitprofit.com/api/matches/eaa623e8-8f90-40dc-a4e8-6b0938249f78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:55.339433-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": "Ottawa Senators",
                "amount": 5107.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "49d65b2f-ca7e-49b4-94fe-76e3a568f1f3",
            "gambit_id": "ccd906ba-5bee-4ded-a29f-4a58805ca6ae",
            "last_updated": "2023-03-06T11:42:13.525181-05:00",
            "created_at": "2023-03-04T10:37:55.341998-05:00",
            "name": "Ottawa Senators",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21948aaa-fe6b-4d98-bc97-64c71481ef72/?format=api"
        },
        {
            "id": "1da75323-6725-49ed-9dd1-d7f540aed169",
            "gambit_id": "4b1f80c4-961f-46c4-a41a-356a1868a2b8",
            "last_updated": "2023-03-06T11:42:13.524041-05:00",
            "created_at": "2023-03-04T10:37:55.340679-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21948aaa-fe6b-4d98-bc97-64c71481ef72/?format=api"
        }
    ]
}