GET /api/bet_types/48d981c0-0c24-41fe-92c2-a184bdf74c01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48d981c0-0c24-41fe-92c2-a184bdf74c01",
    "match": "https://api-prod.gambitprofit.com/api/matches/94b6c971-1119-4977-b41e-c2215ede6582/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T08:48:00.914015-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": "ATL (C Morton)",
                "amount": 6627.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebf7f685-5a37-4b41-8c0c-51bf72062dfb",
            "gambit_id": "7a69659c-cb1d-4800-9c72-b49b24c26857",
            "last_updated": "2023-07-20T19:43:12.967663-04:00",
            "created_at": "2023-07-19T08:48:00.917019-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48d981c0-0c24-41fe-92c2-a184bdf74c01/?format=api"
        },
        {
            "id": "c97cdccd-d6e1-4247-a91e-24ae9f76c84d",
            "gambit_id": "0e5f6c46-aeac-4621-84e1-005234fed7d7",
            "last_updated": "2023-07-20T19:43:12.966267-04:00",
            "created_at": "2023-07-19T08:48:00.915472-04:00",
            "name": "ARI (R Nelson)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48d981c0-0c24-41fe-92c2-a184bdf74c01/?format=api"
        }
    ]
}