GET /api/bet_types/e46e131e-cd20-48b7-bbf4-0a6e75de3702/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e46e131e-cd20-48b7-bbf4-0a6e75de3702",
    "match": "https://api-prod.gambitprofit.com/api/matches/51b88fbe-d7c3-48e2-a798-2091ec7c0116/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-16T09:52:56.064945-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": "Calgary Flames",
                "amount": 5319.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "249ce301-bf03-463c-b56a-1360521f0384",
            "gambit_id": "666994c9-5dd8-41b5-a190-973a5e38d384",
            "last_updated": "2023-10-17T10:18:11.018438-04:00",
            "created_at": "2023-10-16T09:52:56.069705-04:00",
            "name": "Calgary Flames",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e46e131e-cd20-48b7-bbf4-0a6e75de3702/?format=api"
        },
        {
            "id": "94ca79f1-370c-4041-bb80-948c00a1325a",
            "gambit_id": "d92df2de-2494-43b7-bd81-947199ca1e43",
            "last_updated": "2023-10-17T10:18:11.026340-04:00",
            "created_at": "2023-10-16T09:52:56.074179-04:00",
            "name": "Washington Capitals",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e46e131e-cd20-48b7-bbf4-0a6e75de3702/?format=api"
        }
    ]
}