GET /api/bet_types/ccccc6d4-b237-42fa-b193-594ecc47e237/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccccc6d4-b237-42fa-b193-594ecc47e237",
    "match": "https://api-prod.gambitprofit.com/api/matches/640b58f2-f7ee-43a1-9eac-8c71faae206d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-07T11:33:28.169396-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": "BOS",
                "amount": 5319.0
            },
            {
                "team": "OAK",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c52d9c24-b3bd-441e-bc5d-d98ffdab3dd6",
            "gambit_id": "9844b20a-9bc7-4db8-92a9-63666500e3f9",
            "last_updated": "2023-07-14T14:08:18.413791-04:00",
            "created_at": "2023-07-07T11:33:28.172819-04:00",
            "name": "BOS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccccc6d4-b237-42fa-b193-594ecc47e237/?format=api"
        },
        {
            "id": "021fa4bd-1511-49fb-9fff-9c89b88f71e6",
            "gambit_id": "e73c3294-786b-4ed6-9e3c-fc8a99825186",
            "last_updated": "2023-07-14T14:08:18.412496-04:00",
            "created_at": "2023-07-07T11:33:28.171330-04:00",
            "name": "OAK",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccccc6d4-b237-42fa-b193-594ecc47e237/?format=api"
        }
    ]
}