GET /api/bet_types/6ab40a4f-557b-483c-929b-7ace681dfc2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ab40a4f-557b-483c-929b-7ace681dfc2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ab8de8d-4b4a-4833-9911-8bdca928a766/?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": "Memphis Grizzlies",
                "amount": 5209.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4791.0
            }
        ],
        "expected_reward_tokens": 8959.17,
        "profit_sb": -40.83,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "31cb565d-edc8-45ea-aad1-20bbb69e4d13",
            "gambit_id": "6ca2789f-198c-4a4b-9bb9-647ab97efe53",
            "last_updated": "2022-12-21T10:36:58.221597-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab40a4f-557b-483c-929b-7ace681dfc2c/?format=api"
        },
        {
            "id": "4b62e404-bcc5-43e5-b878-f919ceb3aa2c",
            "gambit_id": "a2340a46-f133-4ec4-a8f3-b027997310e0",
            "last_updated": "2022-12-21T10:36:58.220490-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ab40a4f-557b-483c-929b-7ace681dfc2c/?format=api"
        }
    ]
}