GET /api/bet_types/abc7486b-1215-4716-b63e-0a04d22e4c62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abc7486b-1215-4716-b63e-0a04d22e4c62",
    "match": "https://api-prod.gambitprofit.com/api/matches/5881badd-1715-4190-8722-95714e718729/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-19T09:13:25.472835-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": "KAN",
                "amount": 5107.0
            },
            {
                "team": "CLE",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1e25bc1-8b24-4576-86cb-530b21cf101e",
            "gambit_id": "b35ff779-8d54-4df1-88a8-056df200e832",
            "last_updated": "2023-09-21T09:48:16.474793-04:00",
            "created_at": "2023-09-19T09:13:25.487380-04:00",
            "name": "KAN",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc7486b-1215-4716-b63e-0a04d22e4c62/?format=api"
        },
        {
            "id": "d84130cf-04ab-48da-a70c-4f42a0a96f23",
            "gambit_id": "68936720-a1c3-45cc-9c69-8e854bac32a9",
            "last_updated": "2023-09-21T09:48:16.471351-04:00",
            "created_at": "2023-09-19T09:13:25.482877-04:00",
            "name": "CLE",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc7486b-1215-4716-b63e-0a04d22e4c62/?format=api"
        }
    ]
}