GET /api/bet_types/7592bfc8-10eb-401c-8375-bf649d5bfde0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7592bfc8-10eb-401c-8375-bf649d5bfde0",
    "match": "https://api-prod.gambitprofit.com/api/matches/343a43f6-0432-432f-8c3e-630d96eafccd/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:26.298933-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": "Nashville Predators",
                "amount": 5939.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ccddd306-1466-4557-8739-e15b8c60b71e",
            "gambit_id": "62fe478a-903a-4022-93b1-6cb23d946661",
            "last_updated": "2024-01-09T10:13:16.744415-05:00",
            "created_at": "2024-01-06T09:23:26.302703-05:00",
            "name": "Nashville Predators",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7592bfc8-10eb-401c-8375-bf649d5bfde0/?format=api"
        },
        {
            "id": "2d4a5450-405c-4510-8c2a-11298d2f8240",
            "gambit_id": "ecb3f729-cae4-417e-9ba7-0a45e8786dc6",
            "last_updated": "2024-01-09T10:13:16.747840-05:00",
            "created_at": "2024-01-06T09:23:26.307163-05:00",
            "name": "Dallas Stars",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7592bfc8-10eb-401c-8375-bf649d5bfde0/?format=api"
        }
    ]
}