GET /api/bet_types/6806c43b-5575-47c3-9c3e-7b9ef9472dcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6806c43b-5575-47c3-9c3e-7b9ef9472dcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/96c01468-4699-47f0-986c-f8bbf8ca81cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:50.408147-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": "Florida Panthers",
                "amount": 6253.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9629.62,
        "profit_sb": 129.62,
        "profit_sb_percentage": 1.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "1fe872e7-425d-4dff-aef1-a967db651fe7",
            "gambit_id": "69f2edfc-41e2-4d3d-9cd5-dd1a145e89c1",
            "last_updated": "2023-01-25T14:27:10.949059-05:00",
            "created_at": "2023-01-24T09:31:50.410938-05:00",
            "name": "Florida Panthers",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6806c43b-5575-47c3-9c3e-7b9ef9472dcb/?format=api"
        },
        {
            "id": "bb5af21f-76c4-4906-be92-eabd90ee7642",
            "gambit_id": "f73c3ace-be5b-424a-b722-5b6931634c24",
            "last_updated": "2023-01-25T14:27:10.947925-05:00",
            "created_at": "2023-01-24T09:31:50.409483-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.57000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6806c43b-5575-47c3-9c3e-7b9ef9472dcb/?format=api"
        }
    ]
}