GET /api/bet_types/3b30a1ad-7edd-4983-9dd1-69463833c163/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b30a1ad-7edd-4983-9dd1-69463833c163",
    "match": "https://api-prod.gambitprofit.com/api/matches/13cff65d-452a-4dbc-b524-ffbeee92e956/?format=api",
    "name": "Pick the Winner",
    "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 Mets",
                "amount": 7459.0
            },
            {
                "team": "Pittsburgh Pirates",
                "amount": 2541.0
            }
        ],
        "expected_reward_tokens": 9249.16,
        "profit_sb": 249.16,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "33f5365e-2ea2-4e3c-b407-c5792bbf8f8e",
            "gambit_id": "e0726d5a-804a-4617-9904-3485a350b666",
            "last_updated": "2022-09-08T10:22:15.592930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Mets",
            "reward": "1.24000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b30a1ad-7edd-4983-9dd1-69463833c163/?format=api"
        },
        {
            "id": "e7c97bc3-beaa-468e-b95b-f3d8d7959638",
            "gambit_id": "e3a939ae-7f68-4179-b4da-12468d4ecbbd",
            "last_updated": "2022-09-08T10:22:15.591960-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Pirates",
            "reward": "3.64000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b30a1ad-7edd-4983-9dd1-69463833c163/?format=api"
        }
    ]
}