GET /api/bet_types/0c2f0145-3dd8-4dad-8234-0e1b8f054b5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c2f0145-3dd8-4dad-8234-0e1b8f054b5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a1c4b8f-cf29-4a2c-a994-c5fc29d79851/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:07.609991-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": 5292.0
            },
            {
                "team": "New York Islanders",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "f90de96e-a474-4072-a493-df48ad5967d3",
            "gambit_id": "8427d72c-c845-43d3-b8cf-5b2aabab0870",
            "last_updated": "2022-12-31T10:46:58.126706-05:00",
            "created_at": "2022-12-29T08:42:07.613151-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2f0145-3dd8-4dad-8234-0e1b8f054b5e/?format=api"
        },
        {
            "id": "a2e2f4ff-749e-4711-b28d-04c5ae24989d",
            "gambit_id": "589440ee-5cef-4799-ab41-5a95b12e6575",
            "last_updated": "2022-12-31T10:46:58.125592-05:00",
            "created_at": "2022-12-29T08:42:07.611511-05:00",
            "name": "New York Islanders",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2f0145-3dd8-4dad-8234-0e1b8f054b5e/?format=api"
        }
    ]
}