GET /api/bet_types/8e733279-4b94-478b-ad4c-76b7bf4cb7f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e733279-4b94-478b-ad4c-76b7bf4cb7f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa3ac88f-e347-4181-aa32-89688d1e4473/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:04.460434-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": "Cleveland Cavaliers",
                "amount": 7774.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2226.0
            }
        ],
        "expected_reward_tokens": 9482.76,
        "profit_sb": -17.24,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "972abf72-9538-4b2c-aeb2-53545c90d22f",
            "gambit_id": "03c92ddf-bfa6-4a4b-b829-317c4e76b59c",
            "last_updated": "2023-03-13T19:07:15.378147-04:00",
            "created_at": "2023-03-12T10:17:04.464289-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e733279-4b94-478b-ad4c-76b7bf4cb7f7/?format=api"
        },
        {
            "id": "5af98796-9479-4739-aeb9-f243798d0cc7",
            "gambit_id": "034c1a69-6c6d-4ccb-96da-471f08d60bf6",
            "last_updated": "2023-03-13T19:07:15.376248-04:00",
            "created_at": "2023-03-12T10:17:04.462336-04:00",
            "name": "Charlotte Hornets",
            "reward": "4.26000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e733279-4b94-478b-ad4c-76b7bf4cb7f7/?format=api"
        }
    ]
}