GET /api/bet_types/ddcf5ae0-920f-4b62-9f92-0c2dacc3adf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddcf5ae0-920f-4b62-9f92-0c2dacc3adf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9da5f5d9-228e-453d-8eb9-4be5616e56c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:23.809885-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": "Los Angeles Kings",
                "amount": 6324.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2fb2de6-a70e-4f6f-b65f-e058dae5d95a",
            "gambit_id": "d3392288-7082-4e72-8c97-e49808ed208b",
            "last_updated": "2024-01-17T22:18:09.812954-05:00",
            "created_at": "2024-01-15T10:23:23.813635-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddcf5ae0-920f-4b62-9f92-0c2dacc3adf2/?format=api"
        },
        {
            "id": "b210d9af-2900-4c1c-a394-8cc911a82abc",
            "gambit_id": "6caa56f0-40f0-49d7-a54d-6f21802ea1cb",
            "last_updated": "2024-01-17T22:18:09.816238-05:00",
            "created_at": "2024-01-15T10:23:23.817484-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddcf5ae0-920f-4b62-9f92-0c2dacc3adf2/?format=api"
        }
    ]
}