GET /api/bet_types/5d4f3b39-a7b7-44db-b1d1-f61f3cb96f00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d4f3b39-a7b7-44db-b1d1-f61f3cb96f00",
    "match": "https://api-prod.gambitprofit.com/api/matches/768da15f-9ed6-4d98-95ca-a55b3d455174/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:57.095643-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7825a23-bdc9-4909-8d22-ee3405043256",
            "gambit_id": "0eb6fff3-9777-45a8-bc64-5a303cb2fea9",
            "last_updated": "2023-03-19T16:56:50.578640-04:00",
            "created_at": "2023-03-18T08:46:57.100325-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d4f3b39-a7b7-44db-b1d1-f61f3cb96f00/?format=api"
        },
        {
            "id": "e7856fa2-d076-4779-897c-3364c73a68c2",
            "gambit_id": "5d41d101-526c-4c14-9a96-3f98cab45869",
            "last_updated": "2023-03-19T16:56:50.576488-04:00",
            "created_at": "2023-03-18T08:46:57.097843-04:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d4f3b39-a7b7-44db-b1d1-f61f3cb96f00/?format=api"
        }
    ]
}