GET /api/bet_types/effd1e2a-bedf-47e4-9693-31e88a9a3f69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "effd1e2a-bedf-47e4-9693-31e88a9a3f69",
    "match": "https://api-prod.gambitprofit.com/api/matches/92647ffe-3cca-423b-b092-53a6a958c322/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:05.484776-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": "STL (S Matz)",
                "amount": 5714.0
            },
            {
                "team": "KAN (C Ragans)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "e897f761-1413-4ab9-8044-e55e578dbb3f",
            "gambit_id": "fdb47f23-a5aa-44ca-ab0a-28ef9ea028c7",
            "last_updated": "2023-08-14T10:43:12.918361-04:00",
            "created_at": "2023-08-12T09:43:05.498026-04:00",
            "name": "STL (S Matz)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/effd1e2a-bedf-47e4-9693-31e88a9a3f69/?format=api"
        },
        {
            "id": "df415f58-3732-4907-b461-e8e10bf0b276",
            "gambit_id": "13efe619-1a6a-4bc2-91d6-7e4cf0396467",
            "last_updated": "2023-08-14T10:43:12.921914-04:00",
            "created_at": "2023-08-12T09:43:05.504713-04:00",
            "name": "KAN (C Ragans)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/effd1e2a-bedf-47e4-9693-31e88a9a3f69/?format=api"
        }
    ]
}