GET /api/bet_types/78e28a33-4e83-48ea-b372-8ba8a88af90e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78e28a33-4e83-48ea-b372-8ba8a88af90e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbad83f6-5324-4616-9a3f-037266be509a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:15.016315-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": "Brooklyn Nets",
                "amount": 5213.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c92cf3c-4bb6-4546-8d25-25cfe50dad42",
            "gambit_id": "ddddb1f4-874b-4b7d-98ba-04848364e1a0",
            "last_updated": "2023-11-29T21:53:06.958672-05:00",
            "created_at": "2023-11-28T09:33:15.026537-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78e28a33-4e83-48ea-b372-8ba8a88af90e/?format=api"
        },
        {
            "id": "0f314d7f-7a27-42ba-bb78-246a8e9800d1",
            "gambit_id": "59b5fdc9-f077-4bc1-9c9e-11ee15113898",
            "last_updated": "2023-11-29T21:53:06.955443-05:00",
            "created_at": "2023-11-28T09:33:15.020584-05:00",
            "name": "Toronto Raptors",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78e28a33-4e83-48ea-b372-8ba8a88af90e/?format=api"
        }
    ]
}