GET /api/bet_types/bd2cce4b-e87f-4c58-89a3-72817cd76f89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd2cce4b-e87f-4c58-89a3-72817cd76f89",
    "match": "https://api-prod.gambitprofit.com/api/matches/faeded90-d2b2-484b-bd7e-e90c8e8368b3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:36:56.281095-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7525.0
            },
            {
                "team": "Draw",
                "amount": 2475.0
            }
        ],
        "expected_reward_tokens": 11211.75,
        "profit_sb": 1711.75,
        "profit_sb_percentage": 18.02,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6365.0
            },
            {
                "team": "Draw",
                "amount": 2093.0
            },
            {
                "team": "Tottenham",
                "amount": 1542.0
            }
        ],
        "expected_reward_tokens": 9481.29,
        "profit_sb": -18.71,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c5c2716-eed6-421b-ab2e-52c064a9e348",
            "gambit_id": "eaf95efd-93de-47a7-a2a7-e5bd6254eaf4",
            "last_updated": "2023-01-20T10:27:07.875454-05:00",
            "created_at": "2023-01-18T09:36:56.283433-05:00",
            "name": "Manchester City",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2cce4b-e87f-4c58-89a3-72817cd76f89/?format=api"
        },
        {
            "id": "5f711d6f-6392-4335-a84d-e402110ffb64",
            "gambit_id": "7241e738-cd11-430c-8328-bdd476eebb08",
            "last_updated": "2023-01-20T10:27:07.876666-05:00",
            "created_at": "2023-01-18T09:36:56.284661-05:00",
            "name": "Draw",
            "reward": "4.53000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2cce4b-e87f-4c58-89a3-72817cd76f89/?format=api"
        },
        {
            "id": "df0760af-5981-4db5-b867-cc3721dcbf5c",
            "gambit_id": "c60b58f6-c62c-48ca-840f-63c31cd2a595",
            "last_updated": "2023-01-20T10:27:07.874212-05:00",
            "created_at": "2023-01-18T09:36:56.282269-05:00",
            "name": "Tottenham",
            "reward": "6.15000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2cce4b-e87f-4c58-89a3-72817cd76f89/?format=api"
        }
    ]
}