GET /api/bet_types/3aa36dea-aee9-4cbe-a1d1-058c221a1e4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3aa36dea-aee9-4cbe-a1d1-058c221a1e4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/91056237-d53c-452c-bf66-7b836bbbde7e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:57.631154-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": "TEX",
                "amount": 6458.0
            },
            {
                "team": "LAA",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "a54d15a0-0aac-4e93-9ebf-3cd886c401aa",
            "gambit_id": "18195f22-3069-463f-9fb4-f136a19d5460",
            "last_updated": "2023-05-07T11:57:21.056257-04:00",
            "created_at": "2023-05-06T11:51:57.634313-04:00",
            "name": "TEX",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3aa36dea-aee9-4cbe-a1d1-058c221a1e4a/?format=api"
        },
        {
            "id": "5edc98d9-c6ef-4f5d-a96e-5261112322b0",
            "gambit_id": "2a9ed686-bd8d-4f08-885d-368f4fce0e0e",
            "last_updated": "2023-05-07T11:57:21.054657-04:00",
            "created_at": "2023-05-06T11:51:57.632606-04:00",
            "name": "LAA",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3aa36dea-aee9-4cbe-a1d1-058c221a1e4a/?format=api"
        }
    ]
}