GET /api/bet_types/83be7ed6-f459-4111-b0ce-585b1bf4b6aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83be7ed6-f459-4111-b0ce-585b1bf4b6aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/961a8b1a-ab30-46b7-8f26-0f826858d51e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:01.163495-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 6481.0
            },
            {
                "team": "Draw",
                "amount": 3519.0
            }
        ],
        "expected_reward_tokens": 11082.51,
        "profit_sb": 1582.51,
        "profit_sb_percentage": 16.66,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 5078.0
            },
            {
                "team": "Draw",
                "amount": 2757.0
            },
            {
                "team": "Everton",
                "amount": 2165.0
            }
        ],
        "expected_reward_tokens": 8681.65,
        "profit_sb": -818.35,
        "profit_sb_percentage": -8.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "1561cd36-32be-4555-9a0f-a3316ae3cf30",
            "gambit_id": "91812edc-7695-4b5b-851a-b659f56b31d3",
            "last_updated": "2023-01-23T11:37:10.862083-05:00",
            "created_at": "2023-01-20T22:57:01.166052-05:00",
            "name": "West Ham United",
            "reward": "1.71000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83be7ed6-f459-4111-b0ce-585b1bf4b6aa/?format=api"
        },
        {
            "id": "7eecdf1c-0901-48fc-8541-2cb09f02822a",
            "gambit_id": "8e5507bb-ac54-40b7-b82b-23f285979b05",
            "last_updated": "2023-01-23T11:37:10.863154-05:00",
            "created_at": "2023-01-20T22:57:01.167316-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83be7ed6-f459-4111-b0ce-585b1bf4b6aa/?format=api"
        },
        {
            "id": "ec4c7dae-ad61-4411-8b12-1b8b1c429ff8",
            "gambit_id": "d9cd61dd-0978-41b2-9ce2-b189c707caaa",
            "last_updated": "2023-01-23T11:37:10.861000-05:00",
            "created_at": "2023-01-20T22:57:01.164748-05:00",
            "name": "Everton",
            "reward": "4.01000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83be7ed6-f459-4111-b0ce-585b1bf4b6aa/?format=api"
        }
    ]
}