GET /api/bet_types/e532f767-8152-4ec7-8aee-a38f21210395/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e532f767-8152-4ec7-8aee-a38f21210395",
    "match": "https://api-prod.gambitprofit.com/api/matches/643d4887-ef9a-48c3-bad5-d2ee98c18416/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:14.019485-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": "SFO (L Webb)",
                "amount": 6025.0
            },
            {
                "team": "CIN (H Greene)",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "379f4535-70c5-43a8-ae5a-1dfa642d9e64",
            "gambit_id": "77856aaa-3448-4d90-99cf-a98d1b8a73bb",
            "last_updated": "2023-08-31T19:23:23.097444-04:00",
            "created_at": "2023-08-30T08:18:14.028273-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.59000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e532f767-8152-4ec7-8aee-a38f21210395/?format=api"
        },
        {
            "id": "afab3ab0-2e37-460a-aafb-151dda8361ec",
            "gambit_id": "3e8c84eb-a162-4e8c-b015-9ad205c29ff0",
            "last_updated": "2023-08-31T19:23:23.093389-04:00",
            "created_at": "2023-08-30T08:18:14.024134-04:00",
            "name": "CIN (H Greene)",
            "reward": "2.41000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e532f767-8152-4ec7-8aee-a38f21210395/?format=api"
        }
    ]
}