GET /api/bet_types/e7c8f3ce-71a1-4d0b-ab6b-d15545d6df0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7c8f3ce-71a1-4d0b-ab6b-d15545d6df0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5943ccb-ab5f-42ce-b2f3-aecb00ca9263/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:15.561077-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": "SEA (M Gonzales)",
                "amount": 6173.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "31496313-f04c-4654-95a3-e46d8b83866c",
            "gambit_id": "9ad84c67-a77e-4cdc-8386-3bf27e58f3d6",
            "last_updated": "2023-04-21T22:07:03.773864-04:00",
            "created_at": "2023-04-14T12:02:15.563117-04:00",
            "name": "SEA (M Gonzales)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7c8f3ce-71a1-4d0b-ab6b-d15545d6df0f/?format=api"
        },
        {
            "id": "308bc77b-0542-4995-9820-edbc6fb49e28",
            "gambit_id": "fbb976a8-2098-466b-b8f1-964a8e25bb1a",
            "last_updated": "2023-04-21T22:07:03.777292-04:00",
            "created_at": "2023-04-14T12:02:15.565236-04:00",
            "name": "COL (A Gomber)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7c8f3ce-71a1-4d0b-ab6b-d15545d6df0f/?format=api"
        }
    ]
}