GET /api/bet_types/c09e73a2-7305-4511-b180-31525e307b5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c09e73a2-7305-4511-b180-31525e307b5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/49778822-51fe-40c9-953e-aab39434d9c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-22T09:01:56.762184-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": "Memphis Grizzlies",
                "amount": 7450.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 2550.0
            }
        ],
        "expected_reward_tokens": 9536.0,
        "profit_sb": 36.0,
        "profit_sb_percentage": 0.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "335b40f7-4e04-46be-9128-fbd4cf9215dc",
            "gambit_id": "cfb831c5-b748-4be3-9c57-5959b0858322",
            "last_updated": "2023-01-23T14:06:51.037111-05:00",
            "created_at": "2023-01-22T09:01:56.764722-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c09e73a2-7305-4511-b180-31525e307b5d/?format=api"
        },
        {
            "id": "24908cb4-e6d5-45a3-b802-06caeefa9e90",
            "gambit_id": "3e48e26c-198c-4c34-9068-4b0126c23616",
            "last_updated": "2023-01-23T14:06:51.035997-05:00",
            "created_at": "2023-01-22T09:01:56.763423-05:00",
            "name": "Phoenix Suns",
            "reward": "3.74000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c09e73a2-7305-4511-b180-31525e307b5d/?format=api"
        }
    ]
}