GET /api/bet_types/9e578b67-ad46-4342-859c-2ea75898cbe9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e578b67-ad46-4342-859c-2ea75898cbe9",
    "match": "https://api-prod.gambitprofit.com/api/matches/98c5ac0e-4c12-4eb3-953b-952180d48125/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:13:23.274835-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6788.0
            },
            {
                "team": "Draw",
                "amount": 3212.0
            }
        ],
        "expected_reward_tokens": 11335.96,
        "profit_sb": 1835.96,
        "profit_sb_percentage": 19.33,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5496.0
            },
            {
                "team": "Draw",
                "amount": 2600.0
            },
            {
                "team": "Crystal Palace",
                "amount": 1904.0
            }
        ],
        "expected_reward_tokens": 9177.28,
        "profit_sb": -322.72,
        "profit_sb_percentage": -3.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7cff342-815d-4d11-9d4e-7e791da4430a",
            "gambit_id": "f874faca-f0c5-4ad9-a5a3-8faa9dde5b07",
            "last_updated": "2024-02-05T14:38:25.021785-05:00",
            "created_at": "2024-02-02T10:13:23.284147-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e578b67-ad46-4342-859c-2ea75898cbe9/?format=api"
        },
        {
            "id": "858fb31b-b38c-4b87-8080-32b62449fb78",
            "gambit_id": "b26c615e-6716-4011-800e-15dd39e0fe9b",
            "last_updated": "2024-02-05T14:38:25.018352-05:00",
            "created_at": "2024-02-02T10:13:23.279355-05:00",
            "name": "Draw",
            "reward": "3.53000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e578b67-ad46-4342-859c-2ea75898cbe9/?format=api"
        },
        {
            "id": "1b36a3bb-c872-4c4c-be3b-986e01197989",
            "gambit_id": "7ae677eb-e831-4947-b76c-bfa4c3d08725",
            "last_updated": "2024-02-05T14:38:25.025465-05:00",
            "created_at": "2024-02-02T10:13:23.288234-05:00",
            "name": "Crystal Palace",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e578b67-ad46-4342-859c-2ea75898cbe9/?format=api"
        }
    ]
}