GET /api/bet_types/e7f680c9-1a52-45ff-b83c-68f61627aef4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7f680c9-1a52-45ff-b83c-68f61627aef4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3bfb4bf-d2b8-4fc8-8187-6004972fb2d4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-18T09:43:11.381479-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": "CWS",
                "amount": 5784.0
            },
            {
                "team": "SEA",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "a301d538-6ebc-42e8-a20d-f3d8dd877ad5",
            "gambit_id": "677d276e-5e2e-4db6-9b9c-f839ff65f3c0",
            "last_updated": "2023-06-19T17:08:23.113883-04:00",
            "created_at": "2023-06-18T09:43:11.383445-04:00",
            "name": "CWS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7f680c9-1a52-45ff-b83c-68f61627aef4/?format=api"
        },
        {
            "id": "f16ddd08-57f4-4b95-a973-f86daee07b3e",
            "gambit_id": "cac044ea-8e55-4a4a-baf3-883190026eb8",
            "last_updated": "2023-06-19T17:08:23.115859-04:00",
            "created_at": "2023-06-18T09:43:11.385677-04:00",
            "name": "SEA",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7f680c9-1a52-45ff-b83c-68f61627aef4/?format=api"
        }
    ]
}