GET /api/bet_types/1b3f6b4b-6de7-41c7-81f6-1a829d74a98f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b3f6b4b-6de7-41c7-81f6-1a829d74a98f",
    "match": "https://api-prod.gambitprofit.com/api/matches/adbbb97d-dd52-467c-b0f4-bc6499254646/?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": "PIT (R Contreras)",
                "amount": 5884.0
            },
            {
                "team": "CIN (C Anderson)",
                "amount": 4116.0
            }
        ],
        "expected_reward_tokens": 9178.68,
        "profit_sb": 178.68,
        "profit_sb_percentage": 1.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "089df288-6bc6-4456-b4f9-18b82b2238d9",
            "gambit_id": "5c441811-02d5-4788-834f-66cabcb14182",
            "last_updated": "2022-09-27T09:32:25.020094-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (R Contreras)",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b3f6b4b-6de7-41c7-81f6-1a829d74a98f/?format=api"
        },
        {
            "id": "faffcf3f-1772-4669-bfa0-9218f1c26c38",
            "gambit_id": "6e39f145-cc07-4787-b037-a16f2d9d7ab2",
            "last_updated": "2022-09-27T09:32:25.021092-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (C Anderson)",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b3f6b4b-6de7-41c7-81f6-1a829d74a98f/?format=api"
        }
    ]
}