GET /api/bet_types/a5f7f842-9d9d-49d7-a396-1789fc6c91b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5f7f842-9d9d-49d7-a396-1789fc6c91b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0dd7145-3375-423c-ab3e-c4d17a082503/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-04T09:48:06.708820-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": "Winnipeg Jets",
                "amount": 6458.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "c02e2943-83d5-4d1e-a016-edaaf14cd903",
            "gambit_id": "0aa6c7ef-3391-4fd0-a344-5237307c3825",
            "last_updated": "2023-12-05T21:18:20.766601-05:00",
            "created_at": "2023-12-04T09:48:06.717508-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5f7f842-9d9d-49d7-a396-1789fc6c91b1/?format=api"
        },
        {
            "id": "27a4a96f-2e15-404d-bfe9-d8c10d31ddc5",
            "gambit_id": "49bcf7fa-6c54-4321-b5ad-8758e8b37ffa",
            "last_updated": "2023-12-05T21:18:20.763175-05:00",
            "created_at": "2023-12-04T09:48:06.713193-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5f7f842-9d9d-49d7-a396-1789fc6c91b1/?format=api"
        }
    ]
}