GET /api/bet_types/cb882757-c136-47e1-941b-54420c7befec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb882757-c136-47e1-941b-54420c7befec",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ad4fb85-cc79-4b0a-93e3-d57ebafaa26f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:03.675844-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Toronto Maple Leafs",
                "amount": 6928.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "904efb35-234d-416c-9253-942b74cab4f4",
            "gambit_id": "507cc512-b013-444f-b742-34e6a9f0fec3",
            "last_updated": "2023-11-03T11:48:29.215520-04:00",
            "created_at": "2023-11-02T09:03:03.685281-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb882757-c136-47e1-941b-54420c7befec/?format=api"
        },
        {
            "id": "2756f81d-1892-4d25-a581-2fdbb8188972",
            "gambit_id": "a4739a43-9ad8-4c06-9303-9ffeb4804f3a",
            "last_updated": "2023-11-03T11:48:29.219236-04:00",
            "created_at": "2023-11-02T09:03:03.692718-04:00",
            "name": "Boston Bruins",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb882757-c136-47e1-941b-54420c7befec/?format=api"
        }
    ]
}