GET /api/bet_types/4f7ce70d-189f-497b-91ea-09aa4717cdf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f7ce70d-189f-497b-91ea-09aa4717cdf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c28d5b53-ef64-4f5b-b945-f3c40a8817b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:15.196769-04: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": 6399.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7914d1d-7c75-48fc-b199-4397d6a20ce3",
            "gambit_id": "60c99798-af08-4512-b2e0-2ee7e0760bcb",
            "last_updated": "2023-04-21T22:07:11.417826-04:00",
            "created_at": "2023-04-20T11:42:15.201329-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7ce70d-189f-497b-91ea-09aa4717cdf4/?format=api"
        },
        {
            "id": "e2abbf8d-2793-4d50-b192-4461c613bcb8",
            "gambit_id": "916bb29c-8647-4f45-8005-43c7631ba91f",
            "last_updated": "2023-04-21T22:07:11.415573-04:00",
            "created_at": "2023-04-20T11:42:15.198931-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7ce70d-189f-497b-91ea-09aa4717cdf4/?format=api"
        }
    ]
}