GET /api/bet_types/8ee5ddb9-84cb-464a-b518-3c2f03a2b4af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ee5ddb9-84cb-464a-b518-3c2f03a2b4af",
    "match": "https://api-prod.gambitprofit.com/api/matches/6910b7a4-01d9-41bb-87dc-0e04d0b2eb66/?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": "BOS (M Wacha)",
                "amount": 5418.0
            },
            {
                "team": "BAL (K Bradish)",
                "amount": 4582.0
            }
        ],
        "expected_reward_tokens": 9209.82,
        "profit_sb": 209.82,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a115ec0-deef-49ed-8270-7f388ad91966",
            "gambit_id": "0830959e-6ef6-4c37-bec6-5e58816e4242",
            "last_updated": "2022-09-28T09:12:14.893828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (M Wacha)",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee5ddb9-84cb-464a-b518-3c2f03a2b4af/?format=api"
        },
        {
            "id": "9d493386-a970-476c-8cd3-9ee0ab6ccfdc",
            "gambit_id": "bc76781f-5f19-4e47-a3aa-517a0326b3e4",
            "last_updated": "2022-09-28T09:12:14.895018-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (K Bradish)",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee5ddb9-84cb-464a-b518-3c2f03a2b4af/?format=api"
        }
    ]
}