GET /api/bet_types/7a14724a-fc3a-4cf3-bfe7-2b7d725d8978/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a14724a-fc3a-4cf3-bfe7-2b7d725d8978",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d426528-5df7-44b0-a781-5518905dc5e7/?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": "Arsenal",
                "amount": 7123.0
            },
            {
                "team": "Draw",
                "amount": 2877.0
            }
        ],
        "expected_reward_tokens": 10470.81,
        "profit_sb": 1470.81,
        "profit_sb_percentage": 16.34,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6040.0
            },
            {
                "team": "Draw",
                "amount": 2439.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 1520.0
            }
        ],
        "expected_reward_tokens": 8876.8,
        "profit_sb": -123.2,
        "profit_sb_percentage": -1.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "92328aa5-8c5f-4f9d-a27a-cfcff2989405",
            "gambit_id": "24d060b5-0dad-424c-808e-22caf5ec1712",
            "last_updated": "2022-11-14T14:43:36.867218-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.47000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a14724a-fc3a-4cf3-bfe7-2b7d725d8978/?format=api"
        },
        {
            "id": "96f2b28a-ea48-4596-a574-68d0878c557f",
            "gambit_id": "64240e6d-a5b6-49b6-a848-02957b286fdd",
            "last_updated": "2022-11-14T14:43:36.869201-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a14724a-fc3a-4cf3-bfe7-2b7d725d8978/?format=api"
        },
        {
            "id": "a170219b-4e05-4fe1-9f87-8fd55a45b45b",
            "gambit_id": "9db2ce76-570e-4162-8707-0fbaa4513005",
            "last_updated": "2022-11-14T14:43:36.868189-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "5.84000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a14724a-fc3a-4cf3-bfe7-2b7d725d8978/?format=api"
        }
    ]
}