GET /api/bet_types/4c1cd732-45cd-4578-9542-5ffacb70d6ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c1cd732-45cd-4578-9542-5ffacb70d6ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/f119057f-d399-46db-a160-18f04cf4e3a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T13:38:17.369749-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": "Toronto Blue Jays",
                "amount": 5337.0
            },
            {
                "team": "San Francisco Giants",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "bbd75bfd-93b1-4e9f-80c9-502166d06fdb",
            "gambit_id": "6ea5484d-2800-48e6-a6f2-2370653c7304",
            "last_updated": "2023-06-29T17:58:31.063978-04:00",
            "created_at": "2023-06-28T13:38:17.374368-04:00",
            "name": "Toronto Blue Jays",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c1cd732-45cd-4578-9542-5ffacb70d6ed/?format=api"
        },
        {
            "id": "a2986149-9e99-479f-9387-c55087642e0d",
            "gambit_id": "595457cf-3d97-45c0-beee-3537c0a2e202",
            "last_updated": "2023-06-29T17:58:31.062661-04:00",
            "created_at": "2023-06-28T13:38:17.372097-04:00",
            "name": "San Francisco Giants",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c1cd732-45cd-4578-9542-5ffacb70d6ed/?format=api"
        }
    ]
}