GET /api/bet_types/91da22e6-3b7d-4809-9ef1-d993e960d6d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91da22e6-3b7d-4809-9ef1-d993e960d6d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0f1f77f-8f67-4a7c-a2cf-059beba8dbe9/?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": "CWS (D Martin)",
                "amount": 5335.0
            },
            {
                "team": "MIN (L Varland)",
                "amount": 4665.0
            }
        ],
        "expected_reward_tokens": 9656.35,
        "profit_sb": 156.35,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "d26466bf-69fd-4d4b-b867-3bce42dae788",
            "gambit_id": "bcf7e60b-ebeb-449c-8030-c4666a2d7b0c",
            "last_updated": "2022-10-06T10:12:05.662102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (D Martin)",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91da22e6-3b7d-4809-9ef1-d993e960d6d0/?format=api"
        },
        {
            "id": "6ac51bdd-a58d-4960-a543-dc6b67c50121",
            "gambit_id": "686a4a14-ccc7-4581-ad86-2432c7b91cf9",
            "last_updated": "2022-10-06T10:12:05.663367-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (L Varland)",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91da22e6-3b7d-4809-9ef1-d993e960d6d0/?format=api"
        }
    ]
}