GET /api/bet_types/c57efd04-b19c-42f0-b017-ba9cc72006f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c57efd04-b19c-42f0-b017-ba9cc72006f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/efe2a7aa-fb88-493d-af9e-3c9cf46d999e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-01T13:32:59.114161-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 (P Avila)",
                "amount": 6139.0
            },
            {
                "team": "COL (P Lambert)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "da42cb7b-4af1-4aa3-bcbe-b06b86ac5f40",
            "gambit_id": "1d62f1d5-8f40-4906-b990-fb8ec4dad10b",
            "last_updated": "2023-08-02T09:53:15.314057-04:00",
            "created_at": "2023-08-01T13:32:59.118755-04:00",
            "name": "SDG (P Avila)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c57efd04-b19c-42f0-b017-ba9cc72006f5/?format=api"
        },
        {
            "id": "7b006fc3-ddda-4163-a6c8-7876c43b4398",
            "gambit_id": "daa44e0c-fdb7-444f-a136-8091c25329bb",
            "last_updated": "2023-08-02T09:53:15.320636-04:00",
            "created_at": "2023-08-01T13:32:59.124787-04:00",
            "name": "COL (P Lambert)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c57efd04-b19c-42f0-b017-ba9cc72006f5/?format=api"
        }
    ]
}