GET /api/bet_types/eb128149-db79-4043-a995-b8508984b676/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb128149-db79-4043-a995-b8508984b676",
    "match": "https://api-prod.gambitprofit.com/api/matches/9851220d-0d10-4cad-9bc8-da0f25809d07/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:42:13.941807-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": "Alexander Hernandez",
                "amount": 6553.0
            },
            {
                "team": "Jim Miller",
                "amount": 3447.0
            }
        ],
        "expected_reward_tokens": 9305.26,
        "profit_sb": -194.74,
        "profit_sb_percentage": -2.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "29a4866c-05be-480c-af55-487710fd57d3",
            "gambit_id": "3def62d0-f832-4896-922f-47a8233ca38b",
            "last_updated": "2023-02-19T16:32:15.717205-05:00",
            "created_at": "2023-02-18T09:42:13.944289-05:00",
            "name": "Alexander Hernandez",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb128149-db79-4043-a995-b8508984b676/?format=api"
        },
        {
            "id": "b2d15402-a466-4001-b294-b67d558550f5",
            "gambit_id": "ae2268b3-f0bb-4d2a-ae20-6093652f329d",
            "last_updated": "2023-02-19T16:32:15.715953-05:00",
            "created_at": "2023-02-18T09:42:13.943006-05:00",
            "name": "Jim Miller",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb128149-db79-4043-a995-b8508984b676/?format=api"
        }
    ]
}