GET /api/bet_types/03baa028-a3f8-49eb-8668-b6489f5bb106/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03baa028-a3f8-49eb-8668-b6489f5bb106",
    "match": "https://api-prod.gambitprofit.com/api/matches/131406db-5d95-4d29-a5cb-0d1d880d5219/?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": "Brazil",
                "amount": 7509.0
            },
            {
                "team": "Draw",
                "amount": 2491.0
            }
        ],
        "expected_reward_tokens": 9911.88,
        "profit_sb": 911.88,
        "profit_sb_percentage": 10.13,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brazil",
                "amount": 6593.0
            },
            {
                "team": "Draw",
                "amount": 2187.0
            },
            {
                "team": "Croatia",
                "amount": 1221.0
            }
        ],
        "expected_reward_tokens": 8702.76,
        "profit_sb": -297.24,
        "profit_sb_percentage": -3.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a3bda36-2a30-495c-8bc2-45ea72a7359f",
            "gambit_id": "aa180057-db9c-4756-96bc-670ce8b67c25",
            "last_updated": "2022-12-10T18:57:13.054477-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brazil",
            "reward": "1.32000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03baa028-a3f8-49eb-8668-b6489f5bb106/?format=api"
        },
        {
            "id": "38a26571-a37b-44e1-8a3d-497fa4120d14",
            "gambit_id": "2d5e6918-9ee6-4120-b58b-e1bc5a39881b",
            "last_updated": "2022-12-10T18:57:13.053351-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.98000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03baa028-a3f8-49eb-8668-b6489f5bb106/?format=api"
        },
        {
            "id": "5e64c6cc-fafc-484f-a1bc-dc6d4ed3de9b",
            "gambit_id": "1832765a-9754-4069-bba0-35be0ef0ded2",
            "last_updated": "2022-12-10T18:57:13.052208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Croatia",
            "reward": "7.13000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03baa028-a3f8-49eb-8668-b6489f5bb106/?format=api"
        }
    ]
}