GET /api/bet_types/97c5f8cb-8073-4e53-b1bd-ad870536cb81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97c5f8cb-8073-4e53-b1bd-ad870536cb81",
    "match": "https://api-prod.gambitprofit.com/api/matches/629252b1-7ca7-4c3a-9832-cb1e5b93f328/?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": "Inter Miami CF",
                "amount": 5464.0
            },
            {
                "team": "Columbus Crew",
                "amount": 4536.0
            }
        ],
        "expected_reward_tokens": 12020.4,
        "profit_sb": 3020.4,
        "profit_sb_percentage": 33.56,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Inter Miami CF",
                "amount": 3982.0
            },
            {
                "team": "Columbus Crew",
                "amount": 3306.0
            },
            {
                "team": "Draw",
                "amount": 2712.0
            }
        ],
        "expected_reward_tokens": 8759.76,
        "profit_sb": -240.24,
        "profit_sb_percentage": -2.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee58a1ae-7fc1-4e04-a14d-9330c0f453e5",
            "gambit_id": "ed4b1936-2b83-40d3-b377-722f21d93aa4",
            "last_updated": "2022-09-14T13:52:26.885459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Miami CF",
            "reward": "2.20000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c5f8cb-8073-4e53-b1bd-ad870536cb81/?format=api"
        },
        {
            "id": "df58c758-aed8-46f1-89a7-32ad02251bad",
            "gambit_id": "e24a9b22-1dd1-43eb-bf90-6899a5162447",
            "last_updated": "2022-09-14T13:52:26.884524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Crew",
            "reward": "2.65000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c5f8cb-8073-4e53-b1bd-ad870536cb81/?format=api"
        },
        {
            "id": "c3b2899f-5761-4ee3-8001-66807519b57b",
            "gambit_id": "d9f3b036-9919-45fb-a0d5-f5cf1837f8e4",
            "last_updated": "2022-09-14T13:52:26.886412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.23000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c5f8cb-8073-4e53-b1bd-ad870536cb81/?format=api"
        }
    ]
}