GET /api/bet_types/ecf729f9-7f82-4035-9935-6a71bdbcfe85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecf729f9-7f82-4035-9935-6a71bdbcfe85",
    "match": "https://api-prod.gambitprofit.com/api/matches/53e7cbcd-efca-4a35-9bdb-435f66492c50/?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": "Edmonton Oilers",
                "amount": 5304.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "467032dd-dd9e-493b-912f-5e5772fdf2ab",
            "gambit_id": "21ffffc2-fd88-4a39-ae5f-65749d0a7a4c",
            "last_updated": "2022-12-10T18:47:00.703150-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecf729f9-7f82-4035-9935-6a71bdbcfe85/?format=api"
        },
        {
            "id": "02931be6-91b4-4d9f-aab1-cf1c9cd3a1b0",
            "gambit_id": "4fe404b8-5253-4cdc-8d4b-c8816bc30afa",
            "last_updated": "2022-12-10T18:47:00.704184-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecf729f9-7f82-4035-9935-6a71bdbcfe85/?format=api"
        }
    ]
}