GET /api/bet_types/efbbe755-733a-4f1f-aa2a-22667181de4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efbbe755-733a-4f1f-aa2a-22667181de4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/093b9e7b-24c0-434c-88bb-ba6a31f16cd5/?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": "MIL (E Lauer)",
                "amount": 5570.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 4430.0
            }
        ],
        "expected_reward_tokens": 9301.9,
        "profit_sb": 301.9,
        "profit_sb_percentage": 3.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "d847dd76-5bac-4023-bb09-ad517b8a5d84",
            "gambit_id": "f470635f-66b0-42d7-bc40-49b897ad0aca",
            "last_updated": "2022-09-08T10:47:27.799720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (E Lauer)",
            "reward": "1.67000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efbbe755-733a-4f1f-aa2a-22667181de4a/?format=api"
        },
        {
            "id": "7f7e5586-5c2d-44fc-92d3-e7e6abfc1578",
            "gambit_id": "55d3d27b-9f7d-4690-9ab0-af2dd4cd5d94",
            "last_updated": "2022-09-08T10:47:27.798641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (K Freeland)",
            "reward": "2.10000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efbbe755-733a-4f1f-aa2a-22667181de4a/?format=api"
        }
    ]
}