GET /api/bet_types/1331e56f-2ce4-4bba-9abe-18e1628e052f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1331e56f-2ce4-4bba-9abe-18e1628e052f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac3cce38-b13d-4a03-a76e-eb2cf5655371/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T09:07:14.363513-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": 5316.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "33cb1cd9-9856-40c8-af50-6998684d85ac",
            "gambit_id": "25e48919-d37a-4854-9fc6-19e842fdc76b",
            "last_updated": "2023-02-19T16:07:16.025108-05:00",
            "created_at": "2023-02-18T09:07:14.366120-05:00",
            "name": "New York Islanders",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1331e56f-2ce4-4bba-9abe-18e1628e052f/?format=api"
        },
        {
            "id": "5c2f6790-42eb-4764-9131-19bce03744c2",
            "gambit_id": "94f86e97-e4fd-43c0-96b4-68aedeae302a",
            "last_updated": "2023-02-19T16:07:16.023877-05:00",
            "created_at": "2023-02-18T09:07:14.364757-05:00",
            "name": "Boston Bruins",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1331e56f-2ce4-4bba-9abe-18e1628e052f/?format=api"
        }
    ]
}