GET /api/bet_types/9aa2316a-13e0-4387-8d1f-81b953f431b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9aa2316a-13e0-4387-8d1f-81b953f431b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/05fa4cd8-164d-4f0c-b22a-64a3142e5c8a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-25T09:28:24.416360-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": "ATL (C Morton)",
                "amount": 6557.0
            },
            {
                "team": "CIN (L Stoudt)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "88ab6ca4-dc89-4d9e-b507-38eaa0d2784d",
            "gambit_id": "5df036d0-8e42-4df6-bef6-7f217a4f2c90",
            "last_updated": "2023-06-26T23:13:18.215757-04:00",
            "created_at": "2023-06-25T09:28:24.419107-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aa2316a-13e0-4387-8d1f-81b953f431b7/?format=api"
        },
        {
            "id": "e6b50cf4-8074-4e63-b0e5-3fa5172e556b",
            "gambit_id": "21b536e5-c71c-4c55-abc4-1a08336692ed",
            "last_updated": "2023-06-26T23:13:18.218351-04:00",
            "created_at": "2023-06-25T09:28:24.422433-04:00",
            "name": "CIN (L Stoudt)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aa2316a-13e0-4387-8d1f-81b953f431b7/?format=api"
        }
    ]
}