GET /api/bet_types/2ac993f9-5a03-4e7f-9c1a-bcd608f94a0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ac993f9-5a03-4e7f-9c1a-bcd608f94a0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/107ae78a-58cd-46c2-9369-4b54d46ca86b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Seattle Kraken",
                "amount": 6723.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3277.0
            }
        ],
        "expected_reward_tokens": 9142.83,
        "profit_sb": 142.83,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d592bca-32c8-48c8-9198-221c3bd2ff15",
            "gambit_id": "2e4f775c-cb4a-44ea-bc32-0f9e9cfd779a",
            "last_updated": "2022-12-05T11:22:10.768278-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ac993f9-5a03-4e7f-9c1a-bcd608f94a0a/?format=api"
        },
        {
            "id": "1bb07677-b711-4902-b8fa-e47358b3dfda",
            "gambit_id": "7227dbad-f128-4ef0-97ba-11a8850033f8",
            "last_updated": "2022-12-05T11:22:10.769442-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.79000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ac993f9-5a03-4e7f-9c1a-bcd608f94a0a/?format=api"
        }
    ]
}