GET /api/bet_types/4487bff3-9790-42de-85a1-4c1d4d69b067/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4487bff3-9790-42de-85a1-4c1d4d69b067",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5f98654-82fe-4e4b-b63d-81484c03fb68/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T08:23:22.725189-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": "CLE (L Giolito)",
                "amount": 5776.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0c0887e-81aa-4e73-a6d7-20ccc6e2ae81",
            "gambit_id": "b3ea0e89-cf67-49db-afaa-89063c7b404d",
            "last_updated": "2023-09-22T10:48:05.345795-04:00",
            "created_at": "2023-09-20T08:23:22.730442-04:00",
            "name": "CLE (L Giolito)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4487bff3-9790-42de-85a1-4c1d4d69b067/?format=api"
        },
        {
            "id": "ce9833f8-345f-4da8-9c1c-852b72a145c5",
            "gambit_id": "a6b7d4d4-d558-4c20-9a2f-5ccd3c68a716",
            "last_updated": "2023-09-22T10:48:05.349618-04:00",
            "created_at": "2023-09-20T08:23:22.734636-04:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4487bff3-9790-42de-85a1-4c1d4d69b067/?format=api"
        }
    ]
}