GET /api/bet_types/8c9680a2-02fc-49bc-8093-1feb79f40526/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c9680a2-02fc-49bc-8093-1feb79f40526",
    "match": "https://api-prod.gambitprofit.com/api/matches/d810fa36-4bd5-4d43-ba88-f342150c14c5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:57.089274-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": 5945.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f285ae1-ed6d-4a11-b49b-c92caa514668",
            "gambit_id": "e151e09c-6956-4649-b2bc-419480e5590e",
            "last_updated": "2023-01-27T10:02:17.527322-05:00",
            "created_at": "2023-01-26T10:56:57.092978-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c9680a2-02fc-49bc-8093-1feb79f40526/?format=api"
        },
        {
            "id": "ac8af6ba-de56-4c47-bb5d-98a242c335a4",
            "gambit_id": "dd53796e-39fa-4a4a-a4a9-14ab39476dd5",
            "last_updated": "2023-01-27T10:02:17.526176-05:00",
            "created_at": "2023-01-26T10:56:57.090947-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c9680a2-02fc-49bc-8093-1feb79f40526/?format=api"
        }
    ]
}