GET /api/bet_types/ccb72775-64ec-44d2-a722-63667eec35f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccb72775-64ec-44d2-a722-63667eec35f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/121eb7af-58ac-4f90-8798-4b604e26858f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T11:18:02.565771-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfe61f39-47fe-4880-96a8-87c9d413ef11",
            "gambit_id": "cb98b304-e98e-4a1f-a864-32ec2b3d3514",
            "last_updated": "2023-11-13T15:38:09.096847-05:00",
            "created_at": "2023-11-10T11:18:02.570400-05:00",
            "name": "New York Giants",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccb72775-64ec-44d2-a722-63667eec35f9/?format=api"
        },
        {
            "id": "29ab142f-46f6-4fd6-9042-26dc39118ee4",
            "gambit_id": "087ab588-84b1-41a3-bf18-a605752d0bbd",
            "last_updated": "2023-11-13T15:38:09.100111-05:00",
            "created_at": "2023-11-10T11:18:02.574773-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccb72775-64ec-44d2-a722-63667eec35f9/?format=api"
        }
    ]
}