GET /api/bet_types/89ba01c2-53c8-46c0-9c75-be8af196e241/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89ba01c2-53c8-46c0-9c75-be8af196e241",
    "match": "https://api-prod.gambitprofit.com/api/matches/22e63d3f-57e3-466b-b834-6545257d5ee1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:08:02.709700-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": "Buffalo Sabres",
                "amount": 6232.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8a041ac-c82a-4774-8b93-bd235785eba2",
            "gambit_id": "009c50bc-e383-42ed-9246-1437aaf6e0bd",
            "last_updated": "2024-01-02T10:28:11.653731-05:00",
            "created_at": "2023-12-31T10:08:02.717907-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ba01c2-53c8-46c0-9c75-be8af196e241/?format=api"
        },
        {
            "id": "e81ec8be-597a-47fc-8179-b3167835c0a0",
            "gambit_id": "9f109f25-59f7-4ebe-9faa-2a349eb0aeea",
            "last_updated": "2024-01-02T10:28:11.657181-05:00",
            "created_at": "2023-12-31T10:08:02.724563-05:00",
            "name": "Ottawa Senators",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ba01c2-53c8-46c0-9c75-be8af196e241/?format=api"
        }
    ]
}