GET /api/bet_types/c1f76ca9-a668-48bb-974d-47a7d0d83270/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1f76ca9-a668-48bb-974d-47a7d0d83270",
    "match": "https://api-prod.gambitprofit.com/api/matches/eed5f0fa-4074-48df-8219-c8adfaa53aec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-16T09:23:13.825350-04: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": "MIN (P Lopez)",
                "amount": 6611.0
            },
            {
                "team": "CWS (T Toussaint)",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c92896f2-1348-48a7-b887-df7eb363e3ef",
            "gambit_id": "39f7bd4b-4c74-4fe7-9b56-6c5123646f60",
            "last_updated": "2023-09-18T09:03:30.901989-04:00",
            "created_at": "2023-09-16T09:23:13.829040-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f76ca9-a668-48bb-974d-47a7d0d83270/?format=api"
        },
        {
            "id": "f09318ec-9748-4292-a558-e36904b912a6",
            "gambit_id": "b0725095-ba77-4e60-8caa-053b0b87c3d9",
            "last_updated": "2023-09-18T09:03:30.907908-04:00",
            "created_at": "2023-09-16T09:23:13.833101-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f76ca9-a668-48bb-974d-47a7d0d83270/?format=api"
        }
    ]
}