GET /api/bet_types/3b071cb1-1ff8-4263-9821-fd32b4011b3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b071cb1-1ff8-4263-9821-fd32b4011b3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e645bc1a-84a6-437a-96cb-ffa916ce3bf0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-27T09:22:58.374101-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 (D Vines)",
                "amount": 5776.0
            },
            {
                "team": "CHC (J Taillon)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "40485a6b-67d8-4e2f-85ee-23ec9072a453",
            "gambit_id": "9102c75e-310b-48ad-a891-def0414aa6a6",
            "last_updated": "2023-09-28T18:53:20.069985-04:00",
            "created_at": "2023-09-27T09:22:58.383082-04:00",
            "name": "ATL (D Vines)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b071cb1-1ff8-4263-9821-fd32b4011b3c/?format=api"
        },
        {
            "id": "acfced0f-0c6f-4867-8407-067a28ad6a83",
            "gambit_id": "cc3ab5d0-e7c1-4300-931f-18c463a85932",
            "last_updated": "2023-09-28T18:53:20.065211-04:00",
            "created_at": "2023-09-27T09:22:58.378883-04:00",
            "name": "CHC (J Taillon)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b071cb1-1ff8-4263-9821-fd32b4011b3c/?format=api"
        }
    ]
}