GET /api/bet_types/93d40c3a-dbbf-4b7a-82dd-ecef89255ba4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93d40c3a-dbbf-4b7a-82dd-ecef89255ba4",
    "match": "https://api-prod.gambitprofit.com/api/matches/51c623e3-1a69-4385-9d3a-3a38a10a08f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-03T09:18:02.171645-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": "BAL",
                "amount": 5512.0
            },
            {
                "team": "TOR",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "488dbde9-0136-47da-a2ac-ab5f98ced9ee",
            "gambit_id": "a9acbb97-3ec1-423a-ba5d-a0c8e7c51fbd",
            "last_updated": "2023-08-04T11:48:14.664345-04:00",
            "created_at": "2023-08-03T09:18:02.177775-04:00",
            "name": "BAL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93d40c3a-dbbf-4b7a-82dd-ecef89255ba4/?format=api"
        },
        {
            "id": "89f66887-86e3-44df-bfe1-87fd8f4f1707",
            "gambit_id": "4ae2998c-06b7-41ca-839c-09362086bbc0",
            "last_updated": "2023-08-04T11:48:14.668808-04:00",
            "created_at": "2023-08-03T09:18:02.183031-04:00",
            "name": "TOR",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93d40c3a-dbbf-4b7a-82dd-ecef89255ba4/?format=api"
        }
    ]
}