GET /api/bet_types/99d2406e-662f-4459-b705-30ecdb839d3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99d2406e-662f-4459-b705-30ecdb839d3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6de5e9aa-8b7e-4baa-8032-72f1bc846d69/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-18T09:13:01.180672-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": "Washington Commanders",
                "amount": 5944.0
            },
            {
                "team": "New York Giants",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd4d9310-f4a2-44c2-9976-d3fa25af5d96",
            "gambit_id": "799f4b33-ad07-46e5-b5f8-04c6d335b0b3",
            "last_updated": "2023-10-23T13:38:24.546483-04:00",
            "created_at": "2023-10-18T09:13:01.185441-04:00",
            "name": "Washington Commanders",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99d2406e-662f-4459-b705-30ecdb839d3e/?format=api"
        },
        {
            "id": "d88182de-396f-43d0-a616-d64484cfb79f",
            "gambit_id": "b9ffb2ae-b921-432f-85c7-c5bae27cdad9",
            "last_updated": "2023-10-23T13:38:24.550151-04:00",
            "created_at": "2023-10-18T09:13:01.193130-04:00",
            "name": "New York Giants",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99d2406e-662f-4459-b705-30ecdb839d3e/?format=api"
        }
    ]
}