GET /api/bet_types/73832ba2-7099-45bd-b687-834900ac143a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73832ba2-7099-45bd-b687-834900ac143a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb8cf43e-4078-4646-ba06-574fcc63445b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 7368.0
            },
            {
                "team": "Draw",
                "amount": 2632.0
            }
        ],
        "expected_reward_tokens": 10683.6,
        "profit_sb": 1683.6,
        "profit_sb_percentage": 18.71,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6172.0
            },
            {
                "team": "Draw",
                "amount": 2204.0
            },
            {
                "team": "Olympique Marseille",
                "amount": 1624.0
            }
        ],
        "expected_reward_tokens": 8948.24,
        "profit_sb": -51.76,
        "profit_sb_percentage": -0.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a998db64-1ff7-4b9e-9e4f-326b0055c799",
            "gambit_id": "0edddff6-4114-40f9-a90d-365a354dfe5b",
            "last_updated": "2022-09-08T10:56:55.384401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73832ba2-7099-45bd-b687-834900ac143a/?format=api"
        },
        {
            "id": "ebf93741-8290-4ff3-93e4-7ddcf66b5a76",
            "gambit_id": "678d366d-8e52-403a-9c7a-504e70eb2526",
            "last_updated": "2022-09-08T10:56:55.385516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.06000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73832ba2-7099-45bd-b687-834900ac143a/?format=api"
        },
        {
            "id": "98f4efa0-81e7-4b94-bc99-db168003b79f",
            "gambit_id": "39c2089f-51fe-4f67-891d-45abc5d75727",
            "last_updated": "2022-09-08T10:56:55.383237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Olympique Marseille",
            "reward": "5.51000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73832ba2-7099-45bd-b687-834900ac143a/?format=api"
        }
    ]
}