GET /api/bet_types/b5f14338-5802-4d3b-b5ac-d81ac45b3866/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5f14338-5802-4d3b-b5ac-d81ac45b3866",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c4702b2-a907-41f2-bca8-1086c3e4e039/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:00.214484-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": "Nashville Predators",
                "amount": 6978.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3022.0
            }
        ],
        "expected_reward_tokens": 9489.08,
        "profit_sb": -10.92,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "64f4c7c5-41e9-470e-a4a0-95fe9439bbfa",
            "gambit_id": "7e4e2c57-ca25-4fb0-851c-56638065c48d",
            "last_updated": "2023-11-27T09:58:33.109531-05:00",
            "created_at": "2023-11-24T09:08:00.218880-05:00",
            "name": "Nashville Predators",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f14338-5802-4d3b-b5ac-d81ac45b3866/?format=api"
        },
        {
            "id": "d3c9d3cf-c1ca-4c36-b411-3530b0c2ada5",
            "gambit_id": "db3e33fe-85bf-4caf-b68b-36e4dbf0b56f",
            "last_updated": "2023-11-27T09:58:33.114035-05:00",
            "created_at": "2023-11-24T09:08:00.222969-05:00",
            "name": "St Louis Blues",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f14338-5802-4d3b-b5ac-d81ac45b3866/?format=api"
        }
    ]
}