GET /api/bet_types/177c6183-7375-4171-8e22-7fcce0578b28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "177c6183-7375-4171-8e22-7fcce0578b28",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d6d7cae-1857-4234-a612-d390e9d0bc39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-28T08:48:09.739484-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": "SEA (B Woo)",
                "amount": 7033.0
            },
            {
                "team": "OAK (K Muller)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "45ad5170-f9cf-4179-8f5d-d27c87dc7fec",
            "gambit_id": "45c334da-5b71-43eb-83a1-b46adf182618",
            "last_updated": "2023-08-29T19:28:17.318913-04:00",
            "created_at": "2023-08-28T08:48:09.747141-04:00",
            "name": "SEA (B Woo)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/177c6183-7375-4171-8e22-7fcce0578b28/?format=api"
        },
        {
            "id": "362c5000-e6ac-47ef-abe9-ce99776b2d3f",
            "gambit_id": "eb6f5e0d-0daf-4d15-86b1-3d6b91ac9797",
            "last_updated": "2023-08-29T19:28:17.315577-04:00",
            "created_at": "2023-08-28T08:48:09.743155-04:00",
            "name": "OAK (K Muller)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/177c6183-7375-4171-8e22-7fcce0578b28/?format=api"
        }
    ]
}