GET /api/bet_types/837c1c2a-331c-4dfc-9b7d-7ebbc212746c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "837c1c2a-331c-4dfc-9b7d-7ebbc212746c",
    "match": "https://api-prod.gambitprofit.com/api/matches/729eca56-73f9-4dc6-b520-ec71d7cf383d/?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": "New York Red Bulls",
                "amount": 6757.0
            },
            {
                "team": "Draw",
                "amount": 3243.0
            }
        ],
        "expected_reward_tokens": 11350.5,
        "profit_sb": 2350.5,
        "profit_sb_percentage": 26.12,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York Red Bulls",
                "amount": 5209.0
            },
            {
                "team": "Draw",
                "amount": 2500.0
            },
            {
                "team": "Orlando City SC",
                "amount": 2291.0
            }
        ],
        "expected_reward_tokens": 8750.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "d38786d2-078a-48aa-a3c8-5cbbfb1ac6eb",
            "gambit_id": "3c31abed-0277-4b90-8df1-827510e24247",
            "last_updated": "2022-08-15T13:47:13.313358-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Red Bulls",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837c1c2a-331c-4dfc-9b7d-7ebbc212746c/?format=api"
        },
        {
            "id": "477078ce-d711-4570-9f45-b0bea0a7ae5f",
            "gambit_id": "14dd3a19-b072-4fbb-9cd2-3edc1684b905",
            "last_updated": "2022-08-15T13:47:13.313828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.50000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837c1c2a-331c-4dfc-9b7d-7ebbc212746c/?format=api"
        },
        {
            "id": "31e30528-f108-4529-95a8-8c3c45b3769c",
            "gambit_id": "129c9395-673c-402b-941d-5fc206b89445",
            "last_updated": "2022-08-15T13:47:13.312899-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando City SC",
            "reward": "3.82000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837c1c2a-331c-4dfc-9b7d-7ebbc212746c/?format=api"
        }
    ]
}