GET /api/bet_types/e9645b62-132c-47b0-8e48-5f4078338ad9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9645b62-132c-47b0-8e48-5f4078338ad9",
    "match": "https://api-prod.gambitprofit.com/api/matches/eee7deab-4cd8-4efa-bdad-1cb392e31dbf/?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": "New York Rangers",
                "amount": 7115.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "93bcd134-ef7c-4a04-bd7c-530fcb2acf16",
            "gambit_id": "c2ab30d3-2453-4fcd-8036-d50a520d06ca",
            "last_updated": "2022-10-21T20:57:28.326210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9645b62-132c-47b0-8e48-5f4078338ad9/?format=api"
        },
        {
            "id": "0e2f781e-4b6b-4f40-805a-b1ca4e86ee8f",
            "gambit_id": "3e73cea0-67cb-467a-b518-275b192cfd13",
            "last_updated": "2022-10-21T20:57:28.327235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9645b62-132c-47b0-8e48-5f4078338ad9/?format=api"
        }
    ]
}