GET /api/bet_types/bbd2bf5d-0b17-4d65-9dc7-12f64c3067fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbd2bf5d-0b17-4d65-9dc7-12f64c3067fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee934002-2eea-4591-a955-3515f5daa9ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:26.783287-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": "SDG (S Lugo)",
                "amount": 5714.0
            },
            {
                "team": "ARI (B Pfaadt)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7a8624a-9c8b-4e23-8d58-99d681df9342",
            "gambit_id": "b3980f8b-8a35-4391-9c3d-e83f6b6dfcdc",
            "last_updated": "2023-08-14T18:33:05.056552-04:00",
            "created_at": "2023-08-13T10:18:26.791984-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd2bf5d-0b17-4d65-9dc7-12f64c3067fb/?format=api"
        },
        {
            "id": "94a1f824-0f1c-4858-a732-8f20a86a6d46",
            "gambit_id": "6f3ebb36-c407-4f41-ae3c-4df749c7ad75",
            "last_updated": "2023-08-14T18:33:05.048703-04:00",
            "created_at": "2023-08-13T10:18:26.787689-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd2bf5d-0b17-4d65-9dc7-12f64c3067fb/?format=api"
        }
    ]
}