GET /api/bet_types/90ebf6a2-ba5f-445e-86d1-92bf48322b4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90ebf6a2-ba5f-445e-86d1-92bf48322b4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbb295c2-ec0e-4180-87d2-ef9dda5bd60b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-17T21:11:48.896375-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6868.0
            },
            {
                "team": "Draw",
                "amount": 3132.0
            }
        ],
        "expected_reward_tokens": 12087.68,
        "profit_sb": 2587.68,
        "profit_sb_percentage": 27.24,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5259.0
            },
            {
                "team": "Draw",
                "amount": 2398.0
            },
            {
                "team": "Brighton & Hove Albion",
                "amount": 2343.0
            }
        ],
        "expected_reward_tokens": 9254.85,
        "profit_sb": -245.15,
        "profit_sb_percentage": -2.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3b0cdfd-1ba5-49cb-bbc6-eed5ea3dd25a",
            "gambit_id": "7834fa01-d36d-4154-814f-7b09c788cd93",
            "last_updated": "2023-05-19T11:07:16.601368-04:00",
            "created_at": "2023-05-17T21:11:48.898743-04:00",
            "name": "Newcastle United",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90ebf6a2-ba5f-445e-86d1-92bf48322b4d/?format=api"
        },
        {
            "id": "cb50116f-9d82-43e3-8abc-38f8fb20831b",
            "gambit_id": "312a84d5-2900-4d1b-87be-b29fba58a392",
            "last_updated": "2023-05-19T11:07:16.605029-04:00",
            "created_at": "2023-05-17T21:11:48.904483-04:00",
            "name": "Draw",
            "reward": "3.86000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90ebf6a2-ba5f-445e-86d1-92bf48322b4d/?format=api"
        },
        {
            "id": "20e5ef18-a4d3-4f12-9781-5dc6cc61ba37",
            "gambit_id": "f844f53f-4bbc-4e5c-8024-f2cefe9695f3",
            "last_updated": "2023-05-19T11:07:16.603089-04:00",
            "created_at": "2023-05-17T21:11:48.901603-04:00",
            "name": "Brighton & Hove Albion",
            "reward": "3.95000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90ebf6a2-ba5f-445e-86d1-92bf48322b4d/?format=api"
        }
    ]
}