GET /api/bet_types/d5169dd7-3814-4fa6-956b-f433eb4c4968/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5169dd7-3814-4fa6-956b-f433eb4c4968",
    "match": "https://api-prod.gambitprofit.com/api/matches/5865e3ba-37bd-4f65-91cd-c3726c91b3fa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T12:43:14.937547-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": "Minnesota Twins",
                "amount": 6752.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "64a81211-cd95-4f36-bf0d-96735169aac2",
            "gambit_id": "29e9da1a-182b-42e6-b173-527d6ea21e05",
            "last_updated": "2023-09-27T18:48:10.910482-04:00",
            "created_at": "2023-09-26T12:43:14.945449-04:00",
            "name": "Minnesota Twins",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5169dd7-3814-4fa6-956b-f433eb4c4968/?format=api"
        },
        {
            "id": "31fab9e9-6389-41d0-8de6-d86ff9feb25a",
            "gambit_id": "a277db89-bf94-4af7-8003-fa1df3f93dc8",
            "last_updated": "2023-09-27T18:48:10.907008-04:00",
            "created_at": "2023-09-26T12:43:14.941550-04:00",
            "name": "Oakland Athletics",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5169dd7-3814-4fa6-956b-f433eb4c4968/?format=api"
        }
    ]
}