GET /api/bet_types/49b2d4cc-369c-4ec3-9eeb-3d4c471b7acf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49b2d4cc-369c-4ec3-9eeb-3d4c471b7acf",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13eeb62-31b8-4483-a746-0f23f4468d4e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:04.143438-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": "BOS (B Bello)",
                "amount": 6434.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "b0576058-d99d-4ff1-b0d0-f58971452bfa",
            "gambit_id": "80c05ab3-f389-42f4-99df-cd209c225663",
            "last_updated": "2023-08-14T10:53:14.839783-04:00",
            "created_at": "2023-08-12T09:43:04.159017-04:00",
            "name": "BOS (B Bello)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49b2d4cc-369c-4ec3-9eeb-3d4c471b7acf/?format=api"
        },
        {
            "id": "ec7b4703-bbff-4f92-9c94-74323827bf2d",
            "gambit_id": "2fa45adb-6596-40f0-9615-b8a6df3b6211",
            "last_updated": "2023-08-14T10:53:14.836547-04:00",
            "created_at": "2023-08-12T09:43:04.150855-04:00",
            "name": "DET (M Manning)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49b2d4cc-369c-4ec3-9eeb-3d4c471b7acf/?format=api"
        }
    ]
}