GET /api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eae3ffff-33fe-4b4a-854c-b4510a6b2ca2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b6cd968-18c5-4c85-836f-b71457ac97d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 9058.0
            },
            {
                "team": "Draw",
                "amount": 942.0
            }
        ],
        "expected_reward_tokens": 9510.9,
        "profit_sb": 510.9,
        "profit_sb_percentage": 5.68,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8710.0
            },
            {
                "team": "Draw",
                "amount": 905.0
            },
            {
                "team": "Bournemouth",
                "amount": 385.0
            }
        ],
        "expected_reward_tokens": 9140.5,
        "profit_sb": 140.5,
        "profit_sb_percentage": 1.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "95f154ca-d11e-426f-925d-12927b88ef4e",
            "gambit_id": "a34df2aa-c52c-4854-b958-4f1d8414bb6c",
            "last_updated": "2022-08-14T14:02:03.663993-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.05000",
            "odds": "1.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
        },
        {
            "id": "4f5c5fbb-a9be-4ebf-afc1-5b3dca75879c",
            "gambit_id": "efd75e92-2c3a-4257-9c76-e1ce9662e96a",
            "last_updated": "2022-08-14T14:02:03.663205-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "10.10000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
        },
        {
            "id": "7affb24c-a1b3-43ee-9977-224014e4300c",
            "gambit_id": "a8709d63-df7f-47dc-ab01-8f14181eac9e",
            "last_updated": "2022-08-14T14:02:03.663606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bournemouth",
            "reward": "23.75000",
            "odds": "26.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
        }
    ]
}