GET /api/bet_types/c4be2a05-7741-4620-96bf-858909875b05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4be2a05-7741-4620-96bf-858909875b05",
    "match": "https://api-prod.gambitprofit.com/api/matches/160ee264-b6f7-425e-9531-215792344ad6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:55.447349-04: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": "Tampa Bay Lightning",
                "amount": 5317.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "37eb441c-5211-4b86-bda2-b10ce9b393e7",
            "gambit_id": "cd20d239-45b9-4338-b501-e25386e8e5a3",
            "last_updated": "2023-03-20T09:36:51.942426-04:00",
            "created_at": "2023-03-18T08:46:55.450276-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4be2a05-7741-4620-96bf-858909875b05/?format=api"
        },
        {
            "id": "c0eab317-befb-4992-bbd5-a543770aad6c",
            "gambit_id": "9dcdefed-a2a9-4902-85ed-3c37b1c97937",
            "last_updated": "2023-03-20T09:36:51.944426-04:00",
            "created_at": "2023-03-18T08:46:55.453242-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4be2a05-7741-4620-96bf-858909875b05/?format=api"
        }
    ]
}