GET /api/bet_types/dcb959df-cba6-4263-b283-03f5eb66076b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcb959df-cba6-4263-b283-03f5eb66076b",
    "match": "https://api-prod.gambitprofit.com/api/matches/51c11756-b4bd-4f3b-a4e6-c0235fa5150b/?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": "Erik Lopez",
                "amount": 5449.0
            },
            {
                "team": "Manuel Moreira",
                "amount": 4551.0
            }
        ],
        "expected_reward_tokens": 8554.93,
        "profit_sb": -445.07,
        "profit_sb_percentage": -4.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a85c26d-956f-43ed-bcbc-88202dc73d4e",
            "gambit_id": "0cc2be7f-3696-46aa-8733-3f71d015dd26",
            "last_updated": "2022-09-11T21:22:26.323858-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Erik Lopez",
            "reward": "1.57000",
            "odds": "1.71000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcb959df-cba6-4263-b283-03f5eb66076b/?format=api"
        },
        {
            "id": "4134c580-ac00-4916-a179-db02e6ea5721",
            "gambit_id": "e5d50967-7f65-4ffd-82bd-6bdf6f0d30c8",
            "last_updated": "2022-09-11T21:22:26.322596-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manuel Moreira",
            "reward": "1.88000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcb959df-cba6-4263-b283-03f5eb66076b/?format=api"
        }
    ]
}