GET /api/bet_types/ef1933f5-41ef-47a4-a59d-3f8af6accba0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef1933f5-41ef-47a4-a59d-3f8af6accba0",
    "match": "https://api-prod.gambitprofit.com/api/matches/937e9c4b-148b-43a4-9bde-5854c7718e1c/?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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ce1c4b9-545f-4501-9804-7fe19b67b31a",
            "gambit_id": "f24622f3-4d05-47cf-a85f-b94bc4a7551f",
            "last_updated": "2022-12-21T10:36:57.602438-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef1933f5-41ef-47a4-a59d-3f8af6accba0/?format=api"
        },
        {
            "id": "5d7788cc-975b-439d-9d91-8508e9638144",
            "gambit_id": "c18f1246-ed8f-4aaf-8fe7-1973906d8a32",
            "last_updated": "2022-12-21T10:36:57.603526-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef1933f5-41ef-47a4-a59d-3f8af6accba0/?format=api"
        }
    ]
}