GET /api/bet_types/d3d3be98-b74f-4f18-9c04-b6977d8f5482/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3d3be98-b74f-4f18-9c04-b6977d8f5482",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b4f773c-e158-48ff-86cb-1d78d747e62e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Capitals",
                "amount": 5824.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4176.0
            }
        ],
        "expected_reward_tokens": 9143.68,
        "profit_sb": 143.68,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "706bc17b-7ae4-47b1-aabb-2156d3bccf16",
            "gambit_id": "1d5cdfaf-a228-4bd4-a06f-688fbbac9ac0",
            "last_updated": "2022-11-16T09:52:14.333386-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3d3be98-b74f-4f18-9c04-b6977d8f5482/?format=api"
        },
        {
            "id": "290f6092-2d0d-47df-be4c-aaf33bf4c1dc",
            "gambit_id": "35e7631d-46e3-472d-8c85-1aa58e788a17",
            "last_updated": "2022-11-16T09:52:14.332375-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.19000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3d3be98-b74f-4f18-9c04-b6977d8f5482/?format=api"
        }
    ]
}