GET /api/bet_types/6af2fc8b-45e8-42d5-b826-7221dba0d3a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6af2fc8b-45e8-42d5-b826-7221dba0d3a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca64894b-7849-4788-b44e-e29970c90db7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T08:48:03.891289-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": "TEX (D Dunning)",
                "amount": 6728.0
            },
            {
                "team": "DET (J Wentz)",
                "amount": 3272.0
            }
        ],
        "expected_reward_tokens": 9553.76,
        "profit_sb": 53.76,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "960309d7-5797-4d77-b934-d67e1c7ecd5b",
            "gambit_id": "32d8c0ef-7e66-4f48-b353-0bec8de620b1",
            "last_updated": "2023-06-29T17:58:30.643567-04:00",
            "created_at": "2023-06-28T08:48:03.896117-04:00",
            "name": "TEX (D Dunning)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af2fc8b-45e8-42d5-b826-7221dba0d3a5/?format=api"
        },
        {
            "id": "ae6f7b56-d9c8-48fc-a0a1-204a4d83e8ad",
            "gambit_id": "30feb913-acbe-4512-82e1-0c12786ff8bd",
            "last_updated": "2023-06-29T17:58:30.641939-04:00",
            "created_at": "2023-06-28T08:48:03.893753-04:00",
            "name": "DET (J Wentz)",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af2fc8b-45e8-42d5-b826-7221dba0d3a5/?format=api"
        }
    ]
}