GET /api/bet_types/11e53601-e7e7-42ab-8011-cd765983140e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11e53601-e7e7-42ab-8011-cd765983140e",
    "match": "https://api-prod.gambitprofit.com/api/matches/56f90406-c7ec-427c-874f-bbf0cb686042/?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 (B Woodruff)",
                "amount": 6940.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 3060.0
            }
        ],
        "expected_reward_tokens": 9577.2,
        "profit_sb": 77.2,
        "profit_sb_percentage": 0.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf157a4a-9481-4559-86e1-b6dfb77d857a",
            "gambit_id": "dab7e875-e5ed-46d5-b357-180c78ad0841",
            "last_updated": "2022-10-04T13:17:03.821065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11e53601-e7e7-42ab-8011-cd765983140e/?format=api"
        },
        {
            "id": "c21fc5b8-5915-41a7-8da5-16d64ed32368",
            "gambit_id": "eacdeb32-586c-48a1-8383-9a9ac639ef2e",
            "last_updated": "2022-10-04T13:17:03.822174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (T Henry)",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11e53601-e7e7-42ab-8011-cd765983140e/?format=api"
        }
    ]
}