GET /api/bet_types/62da5972-b06a-4272-ace4-2151b28c625b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62da5972-b06a-4272-ace4-2151b28c625b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ce2a755-aeea-4150-8717-2cf29bd5ca65/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Columbus Blue Jackets",
                "amount": 5304.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ca5fc94-11b7-4f6f-83ed-5b1597804402",
            "gambit_id": "cf8b6995-b450-4762-ba18-dfb04a82bb3d",
            "last_updated": "2022-12-10T18:46:59.687307-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62da5972-b06a-4272-ace4-2151b28c625b/?format=api"
        },
        {
            "id": "2033f566-39b6-4f18-b772-ea68e59cdf3c",
            "gambit_id": "0aac9b65-cd25-46f0-9a43-f29c367440d0",
            "last_updated": "2022-12-10T18:46:59.688418-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62da5972-b06a-4272-ace4-2151b28c625b/?format=api"
        }
    ]
}