GET /api/bet_types/ad32cd43-d396-47df-9827-688b92bc8480/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad32cd43-d396-47df-9827-688b92bc8480",
    "match": "https://api-prod.gambitprofit.com/api/matches/89b9aa0e-70e4-4315-8dec-b7b0527150a6/?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": "TEX",
                "amount": 6336.0
            },
            {
                "team": "SEA",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "a64eee26-6a03-40ea-943b-6286173eb5b4",
            "gambit_id": "d7220a88-c397-43d2-9de2-51153cf6e907",
            "last_updated": "2022-09-30T09:47:09.181653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad32cd43-d396-47df-9827-688b92bc8480/?format=api"
        },
        {
            "id": "e1093408-18c1-48c8-809a-68624007e44a",
            "gambit_id": "679b6fba-29e7-4812-bda0-ef04eb14a7c1",
            "last_updated": "2022-09-30T09:47:09.180578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad32cd43-d396-47df-9827-688b92bc8480/?format=api"
        }
    ]
}