GET /api/bet_types/e4e1f1ee-d253-40ab-8193-5e139dc883fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4e1f1ee-d253-40ab-8193-5e139dc883fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd55dd8d-e666-490a-a9e3-aa919d7efbee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-19T10:03:04.572275-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": "Indiana Pacers",
                "amount": 5107.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff7ed4ca-d613-4717-a55b-5164fd6dc8d0",
            "gambit_id": "c9c46b15-874d-479a-a5b5-eea4f50cd0ca",
            "last_updated": "2023-11-20T15:43:03.531628-05:00",
            "created_at": "2023-11-19T10:03:04.580259-05:00",
            "name": "Indiana Pacers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e1f1ee-d253-40ab-8193-5e139dc883fe/?format=api"
        },
        {
            "id": "a4ae56e1-1e1f-47ed-955f-70b0ac3c699c",
            "gambit_id": "633fa173-511f-4e6d-b7de-50a76248d1cb",
            "last_updated": "2023-11-20T15:43:03.527512-05:00",
            "created_at": "2023-11-19T10:03:04.576367-05:00",
            "name": "Orlando Magic",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e1f1ee-d253-40ab-8193-5e139dc883fe/?format=api"
        }
    ]
}