GET /api/bet_types/0cf952b0-01e8-4774-9518-52e4cf08fa35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cf952b0-01e8-4774-9518-52e4cf08fa35",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee795239-48dc-4108-820f-f97bb1d807fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:14.254941-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": "New York Islanders",
                "amount": 6241.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8083f73-527b-491b-807a-71b6db56f8f6",
            "gambit_id": "af4546f4-0ebb-48bb-a54d-e4d207e9ae74",
            "last_updated": "2023-11-29T22:03:09.040454-05:00",
            "created_at": "2023-11-28T09:33:14.258833-05:00",
            "name": "New York Islanders",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cf952b0-01e8-4774-9518-52e4cf08fa35/?format=api"
        },
        {
            "id": "eb3aa70c-1a7f-490f-a971-e8f037b5ec45",
            "gambit_id": "8cc6291b-4df8-4219-a43e-c4cfa0d6140f",
            "last_updated": "2023-11-29T22:03:09.043672-05:00",
            "created_at": "2023-11-28T09:33:14.263065-05:00",
            "name": "New Jersey Devils",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cf952b0-01e8-4774-9518-52e4cf08fa35/?format=api"
        }
    ]
}