GET /api/bet_types/f1a7839a-120c-4bec-a3f0-ae663e47061b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1a7839a-120c-4bec-a3f0-ae663e47061b",
    "match": "https://api-prod.gambitprofit.com/api/matches/428f75b5-3b3e-40e7-8f90-3ffa8843c715/?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": "Faze Clan",
                "amount": 5918.0
            },
            {
                "team": "G2 Esports",
                "amount": 4082.0
            }
        ],
        "expected_reward_tokens": 8817.12,
        "profit_sb": -182.88,
        "profit_sb_percentage": -2.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "06a55108-9b41-4ff6-baa4-1c8f644249a8",
            "gambit_id": "f674d2e1-b331-45c0-aa2a-eea11d5dc288",
            "last_updated": "2022-12-24T17:12:24.583563-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Faze Clan",
            "reward": "1.49000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1a7839a-120c-4bec-a3f0-ae663e47061b/?format=api"
        },
        {
            "id": "985edccd-d456-4564-8fe7-428ed4ca8939",
            "gambit_id": "2f0b980f-9012-4146-9ddb-72609b0878cd",
            "last_updated": "2022-12-24T17:12:24.582409-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "G2 Esports",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1a7839a-120c-4bec-a3f0-ae663e47061b/?format=api"
        }
    ]
}