GET /api/bet_types/bb21c37b-782f-4a8e-8005-5ab930cb5ba3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb21c37b-782f-4a8e-8005-5ab930cb5ba3",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd4cd78f-eb59-43db-8f17-6f694661480f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-31T00:12:08.669334-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": 8570.0
            },
            {
                "team": "Draw",
                "amount": 1430.0
            }
        ],
        "expected_reward_tokens": 9423.7,
        "profit_sb": 423.7,
        "profit_sb_percentage": 4.71,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8225.0
            },
            {
                "team": "Draw",
                "amount": 1373.0
            },
            {
                "team": "Everton",
                "amount": 402.0
            }
        ],
        "expected_reward_tokens": 9045.0,
        "profit_sb": 45.0,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa9d39e3-7b1a-44f4-bf0b-a4ecc28d46f3",
            "gambit_id": "583d5586-e56a-4b16-9a84-f3597207ced7",
            "last_updated": "2023-01-01T14:31:46.610960-05:00",
            "created_at": "2022-12-31T00:12:08.670513-05:00",
            "name": "Manchester City",
            "reward": "1.10000",
            "odds": "1.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb21c37b-782f-4a8e-8005-5ab930cb5ba3/?format=api"
        },
        {
            "id": "02593d8e-ddfd-401f-a5ed-9baa342d3819",
            "gambit_id": "5c8b448e-9aa0-47ab-a833-835147a539bc",
            "last_updated": "2023-01-01T14:31:46.612088-05:00",
            "created_at": "2022-12-31T00:12:08.671723-05:00",
            "name": "Draw",
            "reward": "6.59000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb21c37b-782f-4a8e-8005-5ab930cb5ba3/?format=api"
        },
        {
            "id": "741736cf-7031-4f59-8537-8f844a0665d3",
            "gambit_id": "d8d8c438-4551-49b5-95a5-9c3aa144da05",
            "last_updated": "2023-01-01T14:31:46.613210-05:00",
            "created_at": "2022-12-31T00:12:08.672913-05:00",
            "name": "Everton",
            "reward": "22.50000",
            "odds": "26.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb21c37b-782f-4a8e-8005-5ab930cb5ba3/?format=api"
        }
    ]
}