GET /api/bet_types/73dc922b-0395-46f8-8abe-a6b1c232a8a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73dc922b-0395-46f8-8abe-a6b1c232a8a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9379b4a7-874b-49bf-9905-3043caed1a06/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:07.626893-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 (J Shuster)",
                "amount": 6182.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff52b90b-0a57-48c0-8bb9-31addc19546e",
            "gambit_id": "9f6e48ab-2722-4eb5-901d-436a72428602",
            "last_updated": "2023-04-03T14:21:51.690796-04:00",
            "created_at": "2023-04-02T09:57:07.628881-04:00",
            "name": "ATL (J Shuster)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73dc922b-0395-46f8-8abe-a6b1c232a8a6/?format=api"
        },
        {
            "id": "de6a99d8-e0d9-4bc9-8bf9-229d35c381ff",
            "gambit_id": "fb16af12-0fed-473b-9947-fcb48032776a",
            "last_updated": "2023-04-03T14:21:51.693013-04:00",
            "created_at": "2023-04-02T09:57:07.631723-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73dc922b-0395-46f8-8abe-a6b1c232a8a6/?format=api"
        }
    ]
}