GET /api/bet_types/ddc78ca0-8c79-438e-a98a-558792d9aad5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddc78ca0-8c79-438e-a98a-558792d9aad5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6718c417-d382-4c62-ae7c-0e0362230fba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:33:13.085230-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": "Arman Tsarukyan",
                "amount": 6912.0
            },
            {
                "team": "Beneil Dariush",
                "amount": 3088.0
            }
        ],
        "expected_reward_tokens": 9262.08,
        "profit_sb": -237.92,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "966f5cee-c0fe-4507-bb04-58cefae42f7f",
            "gambit_id": "884ba3b4-d20b-410d-a571-2713d3302081",
            "last_updated": "2023-12-05T21:23:20.044633-05:00",
            "created_at": "2023-12-01T19:33:13.092934-05:00",
            "name": "Arman Tsarukyan",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddc78ca0-8c79-438e-a98a-558792d9aad5/?format=api"
        },
        {
            "id": "517a1918-d247-4c2b-a153-8766ac6cbfe1",
            "gambit_id": "2f1e7e7c-bb93-4c93-a4a5-181418e491db",
            "last_updated": "2023-12-05T21:23:20.041288-05:00",
            "created_at": "2023-12-01T19:33:13.088907-05:00",
            "name": "Beneil Dariush",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddc78ca0-8c79-438e-a98a-558792d9aad5/?format=api"
        }
    ]
}