GET /api/bet_types/6d606e63-00a7-471d-9662-0d73a8e3fca6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d606e63-00a7-471d-9662-0d73a8e3fca6",
    "match": "https://api-prod.gambitprofit.com/api/matches/530cd3f0-ede9-42b0-82e7-a35d03866136/?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": "HOU (J Verlander)",
                "amount": 6074.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 3926.0
            }
        ],
        "expected_reward_tokens": 9657.66,
        "profit_sb": 157.66,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "daab8bd7-0241-4259-b461-dada41f8aed0",
            "gambit_id": "ad257507-74ee-4cc6-aded-27bc708c46cb",
            "last_updated": "2022-10-29T10:32:12.122870-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Verlander)",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d606e63-00a7-471d-9662-0d73a8e3fca6/?format=api"
        },
        {
            "id": "8c8d296b-0447-42b7-9395-e65978f11ad6",
            "gambit_id": "60d9fe16-aee0-4bbc-8396-900caccea25e",
            "last_updated": "2022-10-29T10:32:12.123877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (A Nola)",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d606e63-00a7-471d-9662-0d73a8e3fca6/?format=api"
        }
    ]
}