GET /api/bet_types/2738dfb8-8acd-48e4-944d-66634be23468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2738dfb8-8acd-48e4-944d-66634be23468",
    "match": "https://api-prod.gambitprofit.com/api/matches/e90936ce-4acc-442f-a70e-1c11ba18a621/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T09:58:16.533086-04: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": "Dallas Cowboys",
                "amount": 8148.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 1852.0
            }
        ],
        "expected_reward_tokens": 9370.2,
        "profit_sb": -129.8,
        "profit_sb_percentage": -1.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7d41d32-0ef0-44dd-bb9c-a37c97b35294",
            "gambit_id": "0234d169-8c45-4ff4-9fd5-3a75bfb628c9",
            "last_updated": "2023-09-26T09:03:33.001766-04:00",
            "created_at": "2023-09-20T09:58:16.537345-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2738dfb8-8acd-48e4-944d-66634be23468/?format=api"
        },
        {
            "id": "c6e88ee4-8acd-453e-84f7-39d5453e8109",
            "gambit_id": "df631e30-caba-4779-8621-49e590e6fc6f",
            "last_updated": "2023-09-26T09:03:33.005516-04:00",
            "created_at": "2023-09-20T09:58:16.541465-04:00",
            "name": "Arizona Cardinals",
            "reward": "5.06000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2738dfb8-8acd-48e4-944d-66634be23468/?format=api"
        }
    ]
}