GET /api/bet_types/7bd74d99-3241-4d81-8543-938a9bfdfc4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bd74d99-3241-4d81-8543-938a9bfdfc4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/520f8c80-4b25-4e0d-aca9-e1cc269683a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:12:59.140943-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": "Washington Capitals",
                "amount": 6324.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "2295637d-b7a1-414a-ad4b-1f202407410f",
            "gambit_id": "f9babe78-8a37-4e56-8621-8abe3b5cbd25",
            "last_updated": "2023-12-26T15:33:14.357705-05:00",
            "created_at": "2023-12-23T09:12:59.149192-05:00",
            "name": "Washington Capitals",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd74d99-3241-4d81-8543-938a9bfdfc4e/?format=api"
        },
        {
            "id": "9776f201-2f3f-499b-af93-f3b5adaa82f4",
            "gambit_id": "c5bc412b-bacb-42f7-8995-2b2cbea6df46",
            "last_updated": "2023-12-26T15:33:14.354614-05:00",
            "created_at": "2023-12-23T09:12:59.145443-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd74d99-3241-4d81-8543-938a9bfdfc4e/?format=api"
        }
    ]
}