GET /api/bet_types/d98035ce-88f0-4824-8106-8efa41ce1ae9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d98035ce-88f0-4824-8106-8efa41ce1ae9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d66bca69-223e-4ba0-b220-ac30065d17d7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:09.712166-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": "Winnipeg Jets",
                "amount": 5107.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "91faaa31-4ab6-428d-9564-6df9317b66a6",
            "gambit_id": "caa51a05-08c6-4b2f-afcb-b725d8855640",
            "last_updated": "2023-12-04T15:38:01.327325-05:00",
            "created_at": "2023-12-02T08:28:09.722339-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d98035ce-88f0-4824-8106-8efa41ce1ae9/?format=api"
        },
        {
            "id": "ccfb1db9-6309-4a11-99d0-6ba830bd1cf3",
            "gambit_id": "87df07e7-2d4f-4db8-beb9-b10beac24098",
            "last_updated": "2023-12-04T15:38:01.324042-05:00",
            "created_at": "2023-12-02T08:28:09.717016-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d98035ce-88f0-4824-8106-8efa41ce1ae9/?format=api"
        }
    ]
}