GET /api/bet_types/d0830078-8b09-465e-b782-f2d5101502fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0830078-8b09-465e-b782-f2d5101502fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b50bd85-4a6e-4a61-916a-fbc0aa044533/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:09.036831-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": "Philadelphia 76ers",
                "amount": 5094.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "bec5425a-f76a-4470-aab1-a71b30bdf24d",
            "gambit_id": "9922b633-2d58-4fcc-bd3e-83ed3c09dee9",
            "last_updated": "2023-10-30T14:43:09.604070-04:00",
            "created_at": "2023-10-28T09:08:09.041106-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0830078-8b09-465e-b782-f2d5101502fc/?format=api"
        },
        {
            "id": "a276db93-9a4e-4411-8359-7f0b4e48ef57",
            "gambit_id": "e364587b-9781-4ea6-8529-4d0857d969db",
            "last_updated": "2023-10-30T14:43:09.607619-04:00",
            "created_at": "2023-10-28T09:08:09.048291-04:00",
            "name": "Toronto Raptors",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0830078-8b09-465e-b782-f2d5101502fc/?format=api"
        }
    ]
}