GET /api/bet_types/ed635975-3633-4acc-8c2d-ad7d88712bd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed635975-3633-4acc-8c2d-ad7d88712bd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5490592-3c0a-4f8b-b39e-108bd34aaa51/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:08.276746-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": "Boston Celtics",
                "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": "44938de4-60b3-4082-8956-b3f901ccaae1",
            "gambit_id": "870f67e2-caf0-478d-9a23-bcfeaa3486d5",
            "last_updated": "2023-05-15T11:37:01.450458-04:00",
            "created_at": "2023-05-14T10:57:08.278290-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed635975-3633-4acc-8c2d-ad7d88712bd4/?format=api"
        },
        {
            "id": "6435a40a-6684-47c4-a229-c63b19183c91",
            "gambit_id": "c41bd00d-bd9e-496e-8f4e-ad3f49772bfe",
            "last_updated": "2023-05-15T11:37:01.451776-04:00",
            "created_at": "2023-05-14T10:57:08.279819-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed635975-3633-4acc-8c2d-ad7d88712bd4/?format=api"
        }
    ]
}