GET /api/bet_types/e69b7b1a-bff4-44d1-80bf-1ce5abbd2c27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e69b7b1a-bff4-44d1-80bf-1ce5abbd2c27",
    "match": "https://api-prod.gambitprofit.com/api/matches/b74fe91d-a8e8-480e-9603-947c772e5803/?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": "Toronto Raptors",
                "amount": 6266.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "b0628b86-78b4-4e93-9e4b-d95465c994b4",
            "gambit_id": "d4636a4b-b11c-476f-8f59-4dc6f2e6097a",
            "last_updated": "2022-11-15T11:42:29.751372-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69b7b1a-bff4-44d1-80bf-1ce5abbd2c27/?format=api"
        },
        {
            "id": "b2d5c333-e196-4de3-93a8-a2f91d760a1b",
            "gambit_id": "9e92a87c-d9c2-4c47-9db3-e7392e107010",
            "last_updated": "2022-11-15T11:42:29.750224-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69b7b1a-bff4-44d1-80bf-1ce5abbd2c27/?format=api"
        }
    ]
}