GET /api/bet_types/60d60c41-a30d-4f34-bc9a-6f035d12611c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60d60c41-a30d-4f34-bc9a-6f035d12611c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c433029-32dc-4769-bb0e-3d5c9a513149/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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 (L Gilbert)",
                "amount": 5801.0
            },
            {
                "team": "CWS (J Cueto)",
                "amount": 4199.0
            }
        ],
        "expected_reward_tokens": 9279.79,
        "profit_sb": 279.79,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "757042b0-df6f-4d12-8bf6-08239ecddbfe",
            "gambit_id": "fa783b0b-8464-488a-a394-151867e16194",
            "last_updated": "2022-09-07T09:42:26.131580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60d60c41-a30d-4f34-bc9a-6f035d12611c/?format=api"
        },
        {
            "id": "77a3a3c9-2c62-4b98-954f-9e2a523a6f3a",
            "gambit_id": "e55fd87f-4590-4995-b0f0-0af61104129f",
            "last_updated": "2022-09-07T09:42:26.132689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (J Cueto)",
            "reward": "2.21000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60d60c41-a30d-4f34-bc9a-6f035d12611c/?format=api"
        }
    ]
}