GET /api/bet_types/917a2777-1041-44a3-adb7-d578bfe0647e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "917a2777-1041-44a3-adb7-d578bfe0647e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a96b5553-160a-4c40-8624-b8a015bb08cf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:57.696948-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": "NYM (M Scherzer)",
                "amount": 5827.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "485531ad-8996-4c99-a6f6-600d61d8e9c7",
            "gambit_id": "c4f36a12-c533-4916-90fa-37d0d669cb18",
            "last_updated": "2023-05-25T13:47:06.267591-04:00",
            "created_at": "2023-05-20T10:51:57.698358-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/917a2777-1041-44a3-adb7-d578bfe0647e/?format=api"
        },
        {
            "id": "2bdd6397-978a-448e-bd90-2c05e41577ee",
            "gambit_id": "d94e962a-f938-4854-90c6-2e1b609ed65f",
            "last_updated": "2023-05-25T13:47:06.269684-04:00",
            "created_at": "2023-05-20T10:51:57.701067-04:00",
            "name": "CLE (T Bibee)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/917a2777-1041-44a3-adb7-d578bfe0647e/?format=api"
        }
    ]
}