GET /api/bet_types/44909aae-ed32-48b7-b02e-6c34b2b1853f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44909aae-ed32-48b7-b02e-6c34b2b1853f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ad33530-aa74-45cc-96e6-0d9e0d61b604/?format=api",
    "name": "Play the Odds",
    "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": "Washington Capitals",
                "amount": 5791.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4209.0
            }
        ],
        "expected_reward_tokens": 9554.43,
        "profit_sb": 54.43,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cbc5c3a-f1ab-44ee-a029-192a7d606b65",
            "gambit_id": "8e6c173a-80bf-49ec-a9a8-0649f3b4ce1f",
            "last_updated": "2022-10-14T10:02:04.459929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44909aae-ed32-48b7-b02e-6c34b2b1853f/?format=api"
        },
        {
            "id": "bbeb9cbf-8f78-41ce-bb33-c791a9525408",
            "gambit_id": "8ca09493-7c35-4376-95dd-a83c8bf96a6c",
            "last_updated": "2022-10-14T10:02:04.458946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44909aae-ed32-48b7-b02e-6c34b2b1853f/?format=api"
        }
    ]
}