GET /api/bet_types/f10b8e77-4d81-4cff-8253-3c70712c3bf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f10b8e77-4d81-4cff-8253-3c70712c3bf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/01aa5645-a38a-4f32-929f-65cbcf8178c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-03T11:23:17.578904-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8184f7ec-9ec6-4f00-808f-fb727aafa912",
            "gambit_id": "484056e5-71aa-4afb-9b56-9a0925158e94",
            "last_updated": "2023-11-04T10:33:15.811642-04:00",
            "created_at": "2023-11-03T11:23:17.582995-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f10b8e77-4d81-4cff-8253-3c70712c3bf4/?format=api"
        },
        {
            "id": "72bedc2b-69fd-4f90-a703-d271433ccc90",
            "gambit_id": "e8129328-8ddc-4785-ba21-3b9466eda823",
            "last_updated": "2023-11-04T10:33:15.815030-04:00",
            "created_at": "2023-11-03T11:23:17.590146-04:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f10b8e77-4d81-4cff-8253-3c70712c3bf4/?format=api"
        }
    ]
}