GET /api/bet_types/e58e7ad8-74f9-40af-9a8a-4b412c386fe3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e58e7ad8-74f9-40af-9a8a-4b412c386fe3",
    "match": "https://api-prod.gambitprofit.com/api/matches/11d1bd40-4f2c-453d-90b4-e8dd0f4b816b/?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": "Nick Kyrgios",
                "amount": 7393.0
            },
            {
                "team": "Karen Khachanov",
                "amount": 2607.0
            }
        ],
        "expected_reward_tokens": 9019.46,
        "profit_sb": 19.46,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c060d31-78fa-42ae-948f-6cebc9dd6e32",
            "gambit_id": "6fee1df4-8780-4c0d-ae0c-2ab806dcc5c3",
            "last_updated": "2022-09-07T19:26:54.317655-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nick Kyrgios",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e58e7ad8-74f9-40af-9a8a-4b412c386fe3/?format=api"
        },
        {
            "id": "fb3997a3-308e-48e0-89f8-2da3558d7ed1",
            "gambit_id": "defe3e16-c8e5-436c-b970-c50b3dff6118",
            "last_updated": "2022-09-07T19:26:54.316523-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Karen Khachanov",
            "reward": "3.46000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e58e7ad8-74f9-40af-9a8a-4b412c386fe3/?format=api"
        }
    ]
}