GET /api/bet_types/7295b240-ed61-4cc5-bd2a-02ab7b2e9a95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7295b240-ed61-4cc5-bd2a-02ab7b2e9a95",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba54a461-6eee-4b9c-9794-d1ed66d980a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T09:58:16.297733-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": "Kansas City Chiefs",
                "amount": 8480.0
            },
            {
                "team": "Chicago Bears",
                "amount": 1520.0
            }
        ],
        "expected_reward_tokens": 9497.6,
        "profit_sb": -2.4,
        "profit_sb_percentage": -0.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe40a870-919c-47a4-81c3-9303a07e26df",
            "gambit_id": "63446180-af74-465f-be61-dbb0dfedd53c",
            "last_updated": "2023-09-26T09:03:33.906444-04:00",
            "created_at": "2023-09-20T09:58:16.305733-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7295b240-ed61-4cc5-bd2a-02ab7b2e9a95/?format=api"
        },
        {
            "id": "7a913169-2209-4c90-812e-65297cb26078",
            "gambit_id": "2d779149-4611-4b54-8e83-0cc2c583e00d",
            "last_updated": "2023-09-26T09:03:33.902609-04:00",
            "created_at": "2023-09-20T09:58:16.301026-04:00",
            "name": "Chicago Bears",
            "reward": "6.25000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7295b240-ed61-4cc5-bd2a-02ab7b2e9a95/?format=api"
        }
    ]
}