GET /api/bet_types/9e14a2f2-b97f-4b84-9021-6e4892ac5ea6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e14a2f2-b97f-4b84-9021-6e4892ac5ea6",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d29d6b0-ed03-45a5-a127-8b5a06b4de8b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:47:58.047706-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": "PHI (A Nola)",
                "amount": 5440.0
            },
            {
                "team": "CLE (X Curry)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "299e7c60-b923-42b7-9407-0028ceb8a119",
            "gambit_id": "0153e593-1502-4250-ad69-141d9d396460",
            "last_updated": "2023-07-24T13:33:11.495672-04:00",
            "created_at": "2023-07-23T11:47:58.052098-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e14a2f2-b97f-4b84-9021-6e4892ac5ea6/?format=api"
        },
        {
            "id": "af9f073f-06db-47ea-8d21-15c6810f5a0f",
            "gambit_id": "2575ab54-1e78-460f-a503-929d2f6484f1",
            "last_updated": "2023-07-24T13:33:11.499079-04:00",
            "created_at": "2023-07-23T11:47:58.056273-04:00",
            "name": "CLE (X Curry)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e14a2f2-b97f-4b84-9021-6e4892ac5ea6/?format=api"
        }
    ]
}