GET /api/bet_types/98a6f42a-53a1-4d96-8df6-80d3e78af03f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98a6f42a-53a1-4d96-8df6-80d3e78af03f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f0c6b14-1c78-4d4d-a101-c3cc1cce1560/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:11.403565-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": "Buffalo Sabres",
                "amount": 6706.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9453.78,
        "profit_sb": -46.22,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "daa3b05b-ad9a-4b64-90ac-c3f17b14d2dc",
            "gambit_id": "253fd4b7-dd8d-4335-9e4d-9ccd5c6dd876",
            "last_updated": "2023-03-16T17:37:23.852922-04:00",
            "created_at": "2023-03-15T09:07:11.408242-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98a6f42a-53a1-4d96-8df6-80d3e78af03f/?format=api"
        },
        {
            "id": "c0966060-adce-4896-a588-a5dc87e05d94",
            "gambit_id": "3a58a390-ff24-4664-a1c9-415d11f9024a",
            "last_updated": "2023-03-16T17:37:23.850516-04:00",
            "created_at": "2023-03-15T09:07:11.405793-04:00",
            "name": "Washington Capitals",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98a6f42a-53a1-4d96-8df6-80d3e78af03f/?format=api"
        }
    ]
}