GET /api/bet_types/d5842e28-5c53-4316-9f1e-7874b665b8d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5842e28-5c53-4316-9f1e-7874b665b8d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6395ac02-7080-423f-b40d-2da8cf647242/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Faze Clan",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Faze Clan",
                "amount": 8469.0
            },
            {
                "team": "Mibr",
                "amount": 1531.0
            }
        ],
        "expected_reward_tokens": 9061.83,
        "profit_sb": 61.83,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa538d50-1213-452f-aac7-85d9c2209025",
            "gambit_id": "70a9750b-6c02-447d-9030-e149a3806c61",
            "last_updated": "2022-09-10T21:37:06.025174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Faze Clan",
            "reward": "1.07000",
            "odds": "1.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5842e28-5c53-4316-9f1e-7874b665b8d7/?format=api"
        },
        {
            "id": "2ef9fa97-a30c-4129-808a-b091bcfb7730",
            "gambit_id": "4b5b1791-b96b-4e2d-bb4f-a7b407895649",
            "last_updated": "2022-09-10T21:37:06.024243-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mibr",
            "reward": "5.92000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5842e28-5c53-4316-9f1e-7874b665b8d7/?format=api"
        }
    ]
}