GET /api/bet_types/ae8620d8-4cdb-45dd-a157-1e0d0aadbb21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae8620d8-4cdb-45dd-a157-1e0d0aadbb21",
    "match": "https://api-prod.gambitprofit.com/api/matches/2542e603-f1ff-4490-b1d3-41c2ac118b35/?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": "ATL (S Strider)",
                "amount": 6138.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 3862.0
            }
        ],
        "expected_reward_tokens": 9268.38,
        "profit_sb": 268.38,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a6d1791-956f-4815-a09c-99c91d6d029e",
            "gambit_id": "b7d40274-f47e-41ba-80f5-d1632c58a28d",
            "last_updated": "2022-09-13T22:47:03.728696-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (S Strider)",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae8620d8-4cdb-45dd-a157-1e0d0aadbb21/?format=api"
        },
        {
            "id": "4db8c0ee-954d-49f7-a028-839780c9c8c9",
            "gambit_id": "6d6f43a5-0a48-4be9-b5b2-93f4ad03c4e3",
            "last_updated": "2022-09-13T22:47:03.727719-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (A Cobb)",
            "reward": "2.40000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae8620d8-4cdb-45dd-a157-1e0d0aadbb21/?format=api"
        }
    ]
}