GET /api/bet_types/883d4081-152a-43e5-8058-3ef8eaf27cd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "883d4081-152a-43e5-8058-3ef8eaf27cd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfd650f9-3938-449a-bd3b-da670019f5dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:22.085553-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": "Los Angeles Clippers",
                "amount": 7292.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "c95c7a62-5936-482f-8c8b-23f4434edff5",
            "gambit_id": "7cd8c053-f072-4461-a78a-eac1f4c086dc",
            "last_updated": "2023-12-09T11:33:26.380004-05:00",
            "created_at": "2023-12-08T09:38:22.089490-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/883d4081-152a-43e5-8058-3ef8eaf27cd0/?format=api"
        },
        {
            "id": "50cc35e7-9ae9-489d-a805-eaf5d699bcf7",
            "gambit_id": "43d42bca-2d3e-408e-9d71-19d9be5b8866",
            "last_updated": "2023-12-09T11:33:26.384419-05:00",
            "created_at": "2023-12-08T09:38:22.093686-05:00",
            "name": "Utah Jazz",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/883d4081-152a-43e5-8058-3ef8eaf27cd0/?format=api"
        }
    ]
}