GET /api/bet_types/1f589c32-86a0-4894-9c74-c91d4481104c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f589c32-86a0-4894-9c74-c91d4481104c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b2d71c0-1de6-4cc9-b1d5-5646a75435f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:02.519593-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": "Montreal Canadiens",
                "amount": 5000.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ba473b2-5122-42cd-9c69-af4b83582721",
            "gambit_id": "48145239-06c9-4cc4-ab77-b915877e57de",
            "last_updated": "2023-03-14T13:41:56.678569-04:00",
            "created_at": "2023-03-13T09:22:02.521108-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f589c32-86a0-4894-9c74-c91d4481104c/?format=api"
        },
        {
            "id": "343ee1d2-1765-4ba1-b063-6d6f84acdb1b",
            "gambit_id": "feb03309-e85f-4c85-a049-1c9ca44b2741",
            "last_updated": "2023-03-14T13:41:56.679996-04:00",
            "created_at": "2023-03-13T09:22:02.522641-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f589c32-86a0-4894-9c74-c91d4481104c/?format=api"
        }
    ]
}