GET /api/bet_types/8e74d18d-5f84-42e8-81cf-ff2ec6d570ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e74d18d-5f84-42e8-81cf-ff2ec6d570ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/861f69cb-6556-4f5b-bd00-de9291a822db/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:14.215157-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": "BAL (T Wells)",
                "amount": 5170.0
            },
            {
                "team": "CWS (M Clevinger)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4857301-b769-4a5c-9bc7-f67fc4db4936",
            "gambit_id": "4e0c0790-d8c1-4b33-9b95-4da65f7185e1",
            "last_updated": "2023-04-15T15:36:57.638741-04:00",
            "created_at": "2023-04-14T12:02:14.219831-04:00",
            "name": "BAL (T Wells)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e74d18d-5f84-42e8-81cf-ff2ec6d570ec/?format=api"
        },
        {
            "id": "39146963-04d5-4417-971a-ed8e4241cf51",
            "gambit_id": "6ec18761-f189-46ae-8d8b-3389d3f1a044",
            "last_updated": "2023-04-15T15:36:57.636821-04:00",
            "created_at": "2023-04-14T12:02:14.217437-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e74d18d-5f84-42e8-81cf-ff2ec6d570ec/?format=api"
        }
    ]
}