GET /api/bet_types/96e403a9-465d-4321-bd2b-976f4898bd71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96e403a9-465d-4321-bd2b-976f4898bd71",
    "match": "https://api-prod.gambitprofit.com/api/matches/366465ef-97c2-4800-898c-ba54734943e8/?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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "956839e4-7c44-4a48-af48-2f7c7f71a617",
            "gambit_id": "dced2624-6bd8-41e7-bf79-6e3e25211014",
            "last_updated": "2022-11-08T10:52:03.114558-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e403a9-465d-4321-bd2b-976f4898bd71/?format=api"
        },
        {
            "id": "1c6931a5-cc74-4be7-a3db-fe5dc3a6f0ac",
            "gambit_id": "c1ccb5e0-7838-4186-854d-0b1cd3aaa759",
            "last_updated": "2022-11-08T10:52:03.113554-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e403a9-465d-4321-bd2b-976f4898bd71/?format=api"
        }
    ]
}