GET /api/bet_types/2b059275-4c7e-4449-80dc-ff0f85d4efd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b059275-4c7e-4449-80dc-ff0f85d4efd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4954c947-c774-4b0f-a154-2cff90682769/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:10.404099-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": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d360ed6a-296c-4766-ae37-8b6a7aa4cff1",
            "gambit_id": "bc511788-582f-4222-9d21-0a3282f5f2a6",
            "last_updated": "2023-01-17T11:02:04.979887-05:00",
            "created_at": "2023-01-16T09:52:10.408196-05:00",
            "name": "Indiana Pacers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b059275-4c7e-4449-80dc-ff0f85d4efd6/?format=api"
        },
        {
            "id": "aa81ba2e-3d25-4c3f-a204-e427e50769d5",
            "gambit_id": "dbf82ec9-81c2-40b9-bc7c-e7fcbecc8a9c",
            "last_updated": "2023-01-17T11:02:04.978841-05:00",
            "created_at": "2023-01-16T09:52:10.406044-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b059275-4c7e-4449-80dc-ff0f85d4efd6/?format=api"
        }
    ]
}