GET /api/bet_types/cb370632-1cbc-4370-b82d-ddb67f610d3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb370632-1cbc-4370-b82d-ddb67f610d3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9718e2a1-b4b3-4ee1-8fb3-cb9bb42961f3/?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": "PHI",
                "amount": 6611.0
            },
            {
                "team": "SDG",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "63495a66-ec24-420b-b101-17c9328778ba",
            "gambit_id": "c27b5678-aa7c-4819-9470-aa77a30344c6",
            "last_updated": "2022-10-19T09:37:24.868263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb370632-1cbc-4370-b82d-ddb67f610d3f/?format=api"
        },
        {
            "id": "bc4420df-56b3-48da-875f-7b7dd86b0bb2",
            "gambit_id": "8a4765b8-4462-4f4c-9771-0a8bf33c0e44",
            "last_updated": "2022-10-19T09:37:24.867279-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb370632-1cbc-4370-b82d-ddb67f610d3f/?format=api"
        }
    ]
}