GET /api/bet_types/b8a7b9b7-bc92-40f7-9eab-8642b04b9339/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8a7b9b7-bc92-40f7-9eab-8642b04b9339",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cad68de-2931-4617-a8b1-79c9eef6656d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "STL (M Mikolas)",
                "amount": 7029.0
            },
            {
                "team": "CIN (C Anderson)",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d2ec166-b916-43ee-bd4f-1b24729b9ca0",
            "gambit_id": "89112876-3646-4c4b-9017-a783c5509cff",
            "last_updated": "2022-09-16T11:41:53.969981-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (M Mikolas)",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a7b9b7-bc92-40f7-9eab-8642b04b9339/?format=api"
        },
        {
            "id": "10456a79-a9a3-40f0-9b5f-a33929aa66e7",
            "gambit_id": "0d793b87-bfdd-43e5-b696-1771b9bc9539",
            "last_updated": "2022-09-16T11:41:53.970962-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (C Anderson)",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a7b9b7-bc92-40f7-9eab-8642b04b9339/?format=api"
        }
    ]
}