GET /api/bet_types/690f192d-e745-4105-b6fb-5ea0c45cbda9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "690f192d-e745-4105-b6fb-5ea0c45cbda9",
    "match": "https://api-prod.gambitprofit.com/api/matches/21971f67-5cb5-45b4-96ab-ce62dcc19dc7/?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": 5857.0
            },
            {
                "team": "Philadelphia Union",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 12180.42,
        "profit_sb": 3180.42,
        "profit_sb_percentage": 35.34,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York Red Bulls",
                "amount": 4245.0
            },
            {
                "team": "Philadelphia Union",
                "amount": 3004.0
            },
            {
                "team": "Draw",
                "amount": 2751.0
            }
        ],
        "expected_reward_tokens": 8829.6,
        "profit_sb": -170.4,
        "profit_sb_percentage": -1.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5374ca9-5446-4739-b634-3c6df1a49910",
            "gambit_id": "a470b871-c680-4d68-89d8-280bc632cada",
            "last_updated": "2022-09-05T10:52:18.988945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Red Bulls",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/690f192d-e745-4105-b6fb-5ea0c45cbda9/?format=api"
        },
        {
            "id": "4eb39489-a5c2-446a-a089-cc45659278d0",
            "gambit_id": "191032f6-129d-4b0f-87e2-736c3e6a0d19",
            "last_updated": "2022-09-05T10:52:18.987987-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Union",
            "reward": "2.94000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/690f192d-e745-4105-b6fb-5ea0c45cbda9/?format=api"
        },
        {
            "id": "7a22c185-c8d6-42bc-aa79-cb588307a81f",
            "gambit_id": "6e8cfbfa-33e7-46de-8c65-b0ca1f15284e",
            "last_updated": "2022-09-05T10:52:18.989931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.21000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/690f192d-e745-4105-b6fb-5ea0c45cbda9/?format=api"
        }
    ]
}