GET /api/bet_types/8705b772-6c8b-40cc-ac74-734876ea3bea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8705b772-6c8b-40cc-ac74-734876ea3bea",
    "match": "https://api-prod.gambitprofit.com/api/matches/409ceab4-c7c2-49e4-9465-d1a9a8a48123/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:00.593621-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": "Philadelphia 76ers",
                "amount": 8486.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1514.0
            }
        ],
        "expected_reward_tokens": 9504.32,
        "profit_sb": 4.32,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "cca9fbb6-ed2b-48a3-ace3-ee146a1b7071",
            "gambit_id": "cab8e936-526c-4174-9307-c2ac07f77450",
            "last_updated": "2023-12-12T21:53:22.839749-05:00",
            "created_at": "2023-12-11T09:38:00.602420-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8705b772-6c8b-40cc-ac74-734876ea3bea/?format=api"
        },
        {
            "id": "81cb22bf-83cc-4d9e-b66d-b102298850cc",
            "gambit_id": "5cb30111-62f5-4b6b-b9f5-3e158b71de94",
            "last_updated": "2023-12-12T21:53:22.836397-05:00",
            "created_at": "2023-12-11T09:38:00.597408-05:00",
            "name": "Washington Wizards",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8705b772-6c8b-40cc-ac74-734876ea3bea/?format=api"
        }
    ]
}