GET /api/bet_types/9618e021-c7c6-45fe-ad4f-b1e35d6dd773/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9618e021-c7c6-45fe-ad4f-b1e35d6dd773",
    "match": "https://api-prod.gambitprofit.com/api/matches/85a0c3c1-e74f-46f2-9099-bdacd79fea26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T09:38:26.328761-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": "BAL (J Means)",
                "amount": 5440.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b7998f6-a3c0-43c3-bb49-c6e86d0cbb9d",
            "gambit_id": "cd01d914-841c-42e5-9b1e-7914a571f0e1",
            "last_updated": "2023-09-25T14:23:22.953993-04:00",
            "created_at": "2023-09-23T09:38:26.334241-04:00",
            "name": "BAL (J Means)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9618e021-c7c6-45fe-ad4f-b1e35d6dd773/?format=api"
        },
        {
            "id": "7fd41bc6-b927-4e25-add1-0250a072aa67",
            "gambit_id": "cab83205-2a92-44ec-a32b-d9b7e00c3a16",
            "last_updated": "2023-09-25T14:23:22.957249-04:00",
            "created_at": "2023-09-23T09:38:26.338786-04:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9618e021-c7c6-45fe-ad4f-b1e35d6dd773/?format=api"
        }
    ]
}