GET /api/bet_types/03b4d2d2-d81d-47b6-b761-811e155763ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03b4d2d2-d81d-47b6-b761-811e155763ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/a42d37a9-1c49-4bbf-8e87-b74344f09b1b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-06T07:58:04.164223-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": "Florida Panthers",
                "amount": 6706.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9387.9,
        "profit_sb": -112.1,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4097781-1f07-4672-9d53-69fbdfdfa492",
            "gambit_id": "103037a5-655e-4486-8b9e-9a3ee219a576",
            "last_updated": "2023-11-10T12:53:28.966247-05:00",
            "created_at": "2023-11-06T07:58:04.174573-05:00",
            "name": "Florida Panthers",
            "reward": "1.40000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03b4d2d2-d81d-47b6-b761-811e155763ab/?format=api"
        },
        {
            "id": "4938679c-a5b5-40ad-9ffa-d1d6e54ee801",
            "gambit_id": "eae54965-f8cc-41cc-abf7-a97055962a27",
            "last_updated": "2023-11-10T12:53:28.962688-05:00",
            "created_at": "2023-11-06T07:58:04.169005-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.85000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03b4d2d2-d81d-47b6-b761-811e155763ab/?format=api"
        }
    ]
}