GET /api/bet_types/2359086b-98f5-4585-83c7-caf01a9a7d22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2359086b-98f5-4585-83c7-caf01a9a7d22",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a4680c-e9e1-44cb-9ca4-f97a57c5493c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-03T08:48:00.512408-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c814d03-2615-4984-aced-f30395fe1990",
            "gambit_id": "0a1a87ee-1feb-468e-9dd4-4c04c19cb4d7",
            "last_updated": "2024-02-05T14:23:22.034227-05:00",
            "created_at": "2024-02-03T08:48:00.518242-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2359086b-98f5-4585-83c7-caf01a9a7d22/?format=api"
        },
        {
            "id": "488b137c-c09e-4290-aaba-6707277a96af",
            "gambit_id": "423d7378-3568-4f60-80b6-227838a0fa6c",
            "last_updated": "2024-02-05T14:23:22.037536-05:00",
            "created_at": "2024-02-03T08:48:00.524388-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2359086b-98f5-4585-83c7-caf01a9a7d22/?format=api"
        }
    ]
}