GET /api/bet_types/0e43df1c-2b53-4ad6-b31e-eb292c6f3346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e43df1c-2b53-4ad6-b31e-eb292c6f3346",
    "match": "https://api-prod.gambitprofit.com/api/matches/461116cb-43a4-4ba3-92ff-f9395823b84b/?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": 5371.0
            },
            {
                "team": "Cloud9",
                "amount": 4629.0
            }
        ],
        "expected_reward_tokens": 8701.02,
        "profit_sb": -298.98,
        "profit_sb_percentage": -3.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "c443ee0b-2730-418f-ba60-daadbf9cd7f6",
            "gambit_id": "f790baae-05e5-4868-b6d4-4103ae60c61d",
            "last_updated": "2022-11-07T10:28:05.385520-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Faze Clan",
            "reward": "1.62000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e43df1c-2b53-4ad6-b31e-eb292c6f3346/?format=api"
        },
        {
            "id": "9387c1c4-baff-4b26-b9ee-f59df0b13a6c",
            "gambit_id": "3da44284-992e-4498-bb26-cf0a1335c26c",
            "last_updated": "2022-11-07T10:28:05.384309-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cloud9",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e43df1c-2b53-4ad6-b31e-eb292c6f3346/?format=api"
        }
    ]
}