GET /api/bet_types/356847a8-28f3-43e1-9101-44f82b2c70ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "356847a8-28f3-43e1-9101-44f82b2c70ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5d37160-cb08-4947-8081-915fb18644dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:05.344431-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": "New England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "846e52c5-ea9a-44ba-9139-6fdab8d1d16b",
            "gambit_id": "7409f098-7061-4d33-9fe3-fc579371ab00",
            "last_updated": "2023-12-08T10:48:07.099627-05:00",
            "created_at": "2023-12-06T09:18:05.350659-05:00",
            "name": "New England Patriots",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/356847a8-28f3-43e1-9101-44f82b2c70ee/?format=api"
        },
        {
            "id": "18be2ea1-1bc4-4a9c-b29c-8bb3fcfb3f17",
            "gambit_id": "5506ccd3-6014-49aa-9464-052a0e1e861d",
            "last_updated": "2023-12-08T10:48:07.103682-05:00",
            "created_at": "2023-12-06T09:18:05.356979-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/356847a8-28f3-43e1-9101-44f82b2c70ee/?format=api"
        }
    ]
}