GET /api/bet_types/b27b263f-52e1-421f-bd26-73fc548e6ae0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b27b263f-52e1-421f-bd26-73fc548e6ae0",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbaf2bbb-af9b-4332-8e04-320a8677bd1f/?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": "Baylor",
                "amount": 5108.0
            },
            {
                "team": "Oklahoma State",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c6e20b9-f7ef-45c7-bd50-b43d6ded0980",
            "gambit_id": "0e002f38-23be-4f0c-aafe-17c4a5ee5b76",
            "last_updated": "2022-10-03T09:57:13.859947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27b263f-52e1-421f-bd26-73fc548e6ae0/?format=api"
        },
        {
            "id": "758bbf4a-6fe6-4a90-88d3-4fb3b7940e8f",
            "gambit_id": "18c5f1b7-373f-46e5-8e9d-3da508181dab",
            "last_updated": "2022-10-03T09:57:13.860917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27b263f-52e1-421f-bd26-73fc548e6ae0/?format=api"
        }
    ]
}