GET /api/bet_types/b2f0d2bb-be12-4357-a8c3-08e81bb9b83f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2f0d2bb-be12-4357-a8c3-08e81bb9b83f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5e19bec-cd9f-4313-8bfb-b92dadc4b446/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:21.725024-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f187387-c4c1-4f72-baac-026903664e96",
            "gambit_id": "9ba98c76-04c1-4190-bfd2-315f48f182ae",
            "last_updated": "2023-04-15T15:47:02.011159-04:00",
            "created_at": "2023-04-13T09:32:21.728352-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2f0d2bb-be12-4357-a8c3-08e81bb9b83f/?format=api"
        },
        {
            "id": "0589e12b-5b59-4f9c-9252-36791c4003f1",
            "gambit_id": "15e5f5c1-2ead-4b30-9d7e-db7b8eadcd35",
            "last_updated": "2023-04-15T15:47:02.009516-04:00",
            "created_at": "2023-04-13T09:32:21.726298-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2f0d2bb-be12-4357-a8c3-08e81bb9b83f/?format=api"
        }
    ]
}