GET /api/bet_types/3cd98acc-29eb-4080-80d5-692aefcaf9f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cd98acc-29eb-4080-80d5-692aefcaf9f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/10e137cd-99aa-416b-bf9e-7533d110627a/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 5899.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "48a99f07-1d2c-4d9a-920a-bea02619fc8f",
            "gambit_id": "529fcacb-ccfe-42ae-b8b4-e97e422f74c5",
            "last_updated": "2022-11-08T10:57:07.812590-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd98acc-29eb-4080-80d5-692aefcaf9f2/?format=api"
        },
        {
            "id": "e17ff617-b5ba-453e-8d0c-c52346237d99",
            "gambit_id": "eb2523cb-1427-4979-a21a-43ecb2b7f2ac",
            "last_updated": "2022-11-08T10:57:07.811590-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd98acc-29eb-4080-80d5-692aefcaf9f2/?format=api"
        }
    ]
}