GET /api/bet_types/828a1ea9-d30e-43a7-9911-6983e22aae5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "828a1ea9-d30e-43a7-9911-6983e22aae5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bf2c701-a717-4533-8692-c18350c95eca/?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": "G2 Esports",
                "amount": 5571.0
            },
            {
                "team": "Fnatic",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 8857.89,
        "profit_sb": -142.11,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "abe9cceb-9fec-4117-86ce-511f3a334c03",
            "gambit_id": "f7e56e27-56c4-4425-a868-ec9fc79a75ab",
            "last_updated": "2022-08-08T12:06:54.546016-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "G2 Esports",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828a1ea9-d30e-43a7-9911-6983e22aae5b/?format=api"
        },
        {
            "id": "0ba5adb2-802b-43c7-834d-9adc629bcf0a",
            "gambit_id": "f3381ab8-6a77-4978-9523-3cbc0858e7a3",
            "last_updated": "2022-08-08T12:06:54.545452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fnatic",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828a1ea9-d30e-43a7-9911-6983e22aae5b/?format=api"
        }
    ]
}