GET /api/bet_types/0c33d1b1-d6c5-4895-8dbf-32f879f9c27f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c33d1b1-d6c5-4895-8dbf-32f879f9c27f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b02e0f99-ab26-4f03-ba54-b956a8b328fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:00.126098-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": "Cleveland Browns",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a63ad3b-46bb-4ee0-b71e-4a201186d9b3",
            "gambit_id": "8168a028-23ed-4862-92ec-10e74fa47187",
            "last_updated": "2023-10-23T13:43:24.782686-04:00",
            "created_at": "2023-10-18T09:13:00.134135-04:00",
            "name": "Cleveland Browns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c33d1b1-d6c5-4895-8dbf-32f879f9c27f/?format=api"
        },
        {
            "id": "1c7e9c4f-ccb4-489e-ad96-ccf8c1f6e667",
            "gambit_id": "eb15b40b-5d4c-46e3-b371-47bee98044cc",
            "last_updated": "2023-10-23T13:43:24.789368-04:00",
            "created_at": "2023-10-18T09:13:00.141331-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c33d1b1-d6c5-4895-8dbf-32f879f9c27f/?format=api"
        }
    ]
}