GET /api/bet_types/c1440650-e606-4252-b8e5-dfdeb277f0fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1440650-e606-4252-b8e5-dfdeb277f0fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/72263435-4ab3-4a8b-966e-7f0b22a64877/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-16T10:23:23.371973-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": "STL (M Liberatore)",
                "amount": 6139.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c0c5889-9f1b-4514-8ec5-9dde1b15ee49",
            "gambit_id": "83703491-88c2-4ab2-a323-0a731d6e1567",
            "last_updated": "2023-08-18T10:13:04.769637-04:00",
            "created_at": "2023-08-16T10:23:23.381773-04:00",
            "name": "STL (M Liberatore)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1440650-e606-4252-b8e5-dfdeb277f0fd/?format=api"
        },
        {
            "id": "2c298d86-498b-493e-9528-02e8eb65f5ec",
            "gambit_id": "8188b4c1-3378-41f4-8a25-ff07cb042ab9",
            "last_updated": "2023-08-18T10:13:04.762023-04:00",
            "created_at": "2023-08-16T10:23:23.376370-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1440650-e606-4252-b8e5-dfdeb277f0fd/?format=api"
        }
    ]
}