GET /api/bet_types/496850bd-4e20-4fcc-b1c0-293ca9ad3d96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "496850bd-4e20-4fcc-b1c0-293ca9ad3d96",
    "match": "https://api-prod.gambitprofit.com/api/matches/694ac455-044e-42e0-8232-cc2c2e9943ef/?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": "Germany",
                "amount": 7322.0
            },
            {
                "team": "Draw",
                "amount": 2678.0
            }
        ],
        "expected_reward_tokens": 10176.4,
        "profit_sb": 1176.4,
        "profit_sb_percentage": 13.07,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Germany",
                "amount": 6194.0
            },
            {
                "team": "Draw",
                "amount": 2266.0
            },
            {
                "team": "Japan",
                "amount": 1540.0
            }
        ],
        "expected_reward_tokens": 8608.6,
        "profit_sb": -391.4,
        "profit_sb_percentage": -4.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "10bfa6a0-7b69-4f41-bf85-d69ba5a636e8",
            "gambit_id": "bdbcf8c4-687e-4d46-913a-250de826fecf",
            "last_updated": "2022-11-24T09:32:37.094575-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Germany",
            "reward": "1.39000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496850bd-4e20-4fcc-b1c0-293ca9ad3d96/?format=api"
        },
        {
            "id": "b7b277aa-0cf5-468a-9b8b-326894936dfe",
            "gambit_id": "1ce9742c-d2cf-4b70-bef3-c64bba86c8b4",
            "last_updated": "2022-11-24T09:32:37.095540-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.80000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496850bd-4e20-4fcc-b1c0-293ca9ad3d96/?format=api"
        },
        {
            "id": "6098a420-e76f-45ff-a822-2998ca61a3e0",
            "gambit_id": "3761b063-01f8-489c-987a-1c7b26804ad4",
            "last_updated": "2022-11-24T09:32:37.093623-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Japan",
            "reward": "5.59000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496850bd-4e20-4fcc-b1c0-293ca9ad3d96/?format=api"
        }
    ]
}