GET /api/bet_types/e8d964cb-ffe2-4b8c-a05c-c3c16d90c2ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8d964cb-ffe2-4b8c-a05c-c3c16d90c2ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9185158-0e8a-47b4-8e4b-fdb64339c3c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-31T11:47:14.392805-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": "LAA",
                "amount": 5939.0
            },
            {
                "team": "CWS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b824983-1866-4f10-9894-3ff37ad67c55",
            "gambit_id": "f3e6d31f-0071-4f14-802e-8e58f9c59929",
            "last_updated": "2023-06-01T10:17:11.783591-04:00",
            "created_at": "2023-05-31T11:47:14.395555-04:00",
            "name": "LAA",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8d964cb-ffe2-4b8c-a05c-c3c16d90c2ba/?format=api"
        },
        {
            "id": "413bc96f-beb0-45fe-b135-23743be1afee",
            "gambit_id": "ccc38523-edad-4172-9ea6-0efa6d0e59c1",
            "last_updated": "2023-06-01T10:17:11.785851-04:00",
            "created_at": "2023-05-31T11:47:14.398451-04:00",
            "name": "CWS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8d964cb-ffe2-4b8c-a05c-c3c16d90c2ba/?format=api"
        }
    ]
}