GET /api/bet_types/38f1890c-e4ca-4897-ae92-4c73fe6b8fdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38f1890c-e4ca-4897-ae92-4c73fe6b8fdb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad8e361a-3022-4ae6-9d12-2c6368b77d04/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Portland Timbers",
                "amount": 7031.0
            },
            {
                "team": "Draw",
                "amount": 2969.0
            }
        ],
        "expected_reward_tokens": 11460.34,
        "profit_sb": 2460.34,
        "profit_sb_percentage": 27.34,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Portland Timbers",
                "amount": 5504.0
            },
            {
                "team": "Draw",
                "amount": 2324.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 2172.0
            }
        ],
        "expected_reward_tokens": 8970.36,
        "profit_sb": -29.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "506f2362-2101-436c-9933-449f6397abd2",
            "gambit_id": "aa29eacb-aac6-4759-9205-63fc527339f3",
            "last_updated": "2022-09-11T21:12:12.026804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Timbers",
            "reward": "1.63000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f1890c-e4ca-4897-ae92-4c73fe6b8fdb/?format=api"
        },
        {
            "id": "3c52fb39-c89e-4016-95b6-559ac170c42b",
            "gambit_id": "35a82004-7e77-40e1-a1c5-b4c389453f38",
            "last_updated": "2022-09-11T21:12:12.027772-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.86000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f1890c-e4ca-4897-ae92-4c73fe6b8fdb/?format=api"
        },
        {
            "id": "7dca14de-6510-449c-90c0-83b648e0a72f",
            "gambit_id": "e9f06f8f-aca4-47e1-9c86-80aebd1fe5d2",
            "last_updated": "2022-09-11T21:12:12.025836-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "4.13000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f1890c-e4ca-4897-ae92-4c73fe6b8fdb/?format=api"
        }
    ]
}