GET /api/bet_types/5f52726d-9caa-47c7-93f0-9f2a68258559/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f52726d-9caa-47c7-93f0-9f2a68258559",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d224e8a-74fd-46b6-aada-e596c6aa5ab8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:55.397775-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": "Arizona Coyotes",
                "amount": 5780.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "88f69d7c-e6d5-4942-8263-30bc033272d5",
            "gambit_id": "89bcaeea-0b8f-4afb-844f-77d240227b5b",
            "last_updated": "2023-02-12T09:37:12.233833-05:00",
            "created_at": "2023-02-11T09:01:55.400408-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f52726d-9caa-47c7-93f0-9f2a68258559/?format=api"
        },
        {
            "id": "23fee1e4-35b0-4cdf-bcfe-41f21bd0e4d7",
            "gambit_id": "92434dbd-bd1c-4fed-aa64-45edb9b13ca9",
            "last_updated": "2023-02-12T09:37:12.232567-05:00",
            "created_at": "2023-02-11T09:01:55.399044-05:00",
            "name": "St Louis Blues",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f52726d-9caa-47c7-93f0-9f2a68258559/?format=api"
        }
    ]
}