GET /api/bet_types/4e23e6b4-d1b0-4d51-8308-774afb731145/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e23e6b4-d1b0-4d51-8308-774afb731145",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e67bc13-f05a-4ccc-b996-fdc133b40baa/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "San Francisco Shock",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "San Francisco Shock",
                "amount": 8348.0
            },
            {
                "team": "New York Excelsior",
                "amount": 1652.0
            }
        ],
        "expected_reward_tokens": 9099.32,
        "profit_sb": 99.32,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f3e5f14-0d83-415f-89eb-c3f17c6699ce",
            "gambit_id": "25723d91-bc83-4c7c-be29-7590c897a1cb",
            "last_updated": "2022-08-27T14:37:13.131971-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Shock",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e23e6b4-d1b0-4d51-8308-774afb731145/?format=api"
        },
        {
            "id": "3e4ae07d-da88-4a55-886c-8fc613ec604c",
            "gambit_id": "1392512f-5618-4eba-acb4-8c107953dc00",
            "last_updated": "2022-08-27T14:37:13.132506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Excelsior",
            "reward": "5.51000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e23e6b4-d1b0-4d51-8308-774afb731145/?format=api"
        }
    ]
}