GET /api/bet_types/8f0df783-c8af-4caf-892f-1f2daa3dfb0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f0df783-c8af-4caf-892f-1f2daa3dfb0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5c46c6a-17b6-4a0b-9b2f-98bd0acf6931/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:58.704444-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": "Buffalo Sabres",
                "amount": 6472.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3528.0
            }
        ],
        "expected_reward_tokens": 8996.08,
        "profit_sb": -3.92,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "06299bc0-748f-41d8-b337-60fe052edddb",
            "gambit_id": "0615e99f-9f58-4f78-9e2d-6b90b2a46cb1",
            "last_updated": "2023-01-16T10:02:20.860272-05:00",
            "created_at": "2023-01-14T08:26:58.710420-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.39000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f0df783-c8af-4caf-892f-1f2daa3dfb0e/?format=api"
        },
        {
            "id": "f7b31a82-1595-4a3f-9e3a-ade9fadc91f6",
            "gambit_id": "fd3ea3ac-71ad-4a53-ab5d-b9cbb19cba45",
            "last_updated": "2023-01-16T10:02:20.856970-05:00",
            "created_at": "2023-01-14T08:26:58.707311-05:00",
            "name": "Nashville Predators",
            "reward": "2.55000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f0df783-c8af-4caf-892f-1f2daa3dfb0e/?format=api"
        }
    ]
}