GET /api/bet_types/fd59d550-cacc-4719-96c3-09199b57735b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd59d550-cacc-4719-96c3-09199b57735b",
    "match": "https://api-prod.gambitprofit.com/api/matches/369ecc8a-c3a7-4d91-906c-17bda5af21f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:56.484184-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": "Denver Broncos",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "71bc5f33-e358-45e1-9a39-a8fea0471f36",
            "gambit_id": "dc58c8e8-ecf6-41b4-a244-40fbcd3b45f2",
            "last_updated": "2023-10-13T09:53:00.231061-04:00",
            "created_at": "2023-10-12T10:57:56.490012-04:00",
            "name": "Denver Broncos",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd59d550-cacc-4719-96c3-09199b57735b/?format=api"
        },
        {
            "id": "bd96f738-7b1b-47dd-9802-fa0771b64d0b",
            "gambit_id": "4f12d3f2-64de-4560-8e05-e45f4c90f5e9",
            "last_updated": "2023-10-13T09:53:00.235126-04:00",
            "created_at": "2023-10-12T10:57:56.495287-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd59d550-cacc-4719-96c3-09199b57735b/?format=api"
        }
    ]
}