GET /api/bet_types/7124b1a0-29bd-4577-9dbe-56bc4666d28f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7124b1a0-29bd-4577-9dbe-56bc4666d28f",
    "match": "https://api-prod.gambitprofit.com/api/matches/75f541e6-414a-44fe-8426-37f4c0520e72/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T08:48:02.616961-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": "ATL (K Allard)",
                "amount": 5955.0
            },
            {
                "team": "MIN (K Maeda)",
                "amount": 4045.0
            }
        ],
        "expected_reward_tokens": 9586.65,
        "profit_sb": 86.65,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9c8271a-794c-4a05-9e05-94775f6dc58f",
            "gambit_id": "66db2f88-18f9-4826-92f9-3bc539243173",
            "last_updated": "2023-06-29T18:03:04.599346-04:00",
            "created_at": "2023-06-28T08:48:02.620960-04:00",
            "name": "ATL (K Allard)",
            "reward": "1.61000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7124b1a0-29bd-4577-9dbe-56bc4666d28f/?format=api"
        },
        {
            "id": "5da59557-545e-449f-aa6a-7aa80f3ec144",
            "gambit_id": "f3fe458c-cd83-4382-93f9-b3d199f0e293",
            "last_updated": "2023-06-29T18:03:04.597260-04:00",
            "created_at": "2023-06-28T08:48:02.619203-04:00",
            "name": "MIN (K Maeda)",
            "reward": "2.37000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7124b1a0-29bd-4577-9dbe-56bc4666d28f/?format=api"
        }
    ]
}