GET /api/bet_types/ac582729-c09a-49bf-8c9e-abe4e21fdee3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac582729-c09a-49bf-8c9e-abe4e21fdee3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8406976c-4167-4132-9300-77d3cac13c68/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:59.113118-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": "Green Bay Packers",
                "amount": 5939.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba04bd97-f73b-4775-aa0d-1caf75950178",
            "gambit_id": "dccd1b11-40cb-4745-b08b-5dcbe62d4923",
            "last_updated": "2023-08-29T09:27:56.031661-04:00",
            "created_at": "2023-08-24T12:57:59.121225-04:00",
            "name": "Green Bay Packers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac582729-c09a-49bf-8c9e-abe4e21fdee3/?format=api"
        },
        {
            "id": "8e0211db-bd8f-4c5a-af88-32abbd77f8f9",
            "gambit_id": "10904246-1d86-4d64-9c9b-779fe8b915ca",
            "last_updated": "2023-08-29T09:27:56.027959-04:00",
            "created_at": "2023-08-24T12:57:59.117251-04:00",
            "name": "Seattle Seahawks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac582729-c09a-49bf-8c9e-abe4e21fdee3/?format=api"
        }
    ]
}