GET /api/bet_types/7c247f03-afc5-4dc2-bc45-2fc050a9150a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c247f03-afc5-4dc2-bc45-2fc050a9150a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e58f59e-4bd6-496d-adb2-f74eabeca5ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-31T10:13:04.144407-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": "Atlanta Hawks",
                "amount": 6856.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "058f3fbd-e2c6-4068-9d05-84a4c5811a49",
            "gambit_id": "08939704-c7ea-46dd-8335-80e14b196207",
            "last_updated": "2024-01-02T10:18:16.104131-05:00",
            "created_at": "2023-12-31T10:13:04.152035-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c247f03-afc5-4dc2-bc45-2fc050a9150a/?format=api"
        },
        {
            "id": "60405977-19ec-46ef-a882-32f34da33cd4",
            "gambit_id": "ed70f791-5774-4922-bfd2-6e0fec4bd9de",
            "last_updated": "2024-01-02T10:18:16.107868-05:00",
            "created_at": "2023-12-31T10:13:04.160260-05:00",
            "name": "Washington Wizards",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c247f03-afc5-4dc2-bc45-2fc050a9150a/?format=api"
        }
    ]
}