GET /api/bet_types/8e1961b0-d5b1-49ab-b066-e46d4d82839f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e1961b0-d5b1-49ab-b066-e46d4d82839f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7912e347-1f27-495c-a670-fb7102caa880/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:52:12.800270-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": "PHI (A Nola)",
                "amount": 7203.0
            },
            {
                "team": "COL (N Davis)",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "22b848a3-9e76-4aa9-b006-2ec2b0f05c70",
            "gambit_id": "d5a17a9d-9a23-4a54-9159-927c7d886d0c",
            "last_updated": "2023-04-22T13:07:17.513100-04:00",
            "created_at": "2023-04-21T12:52:12.802096-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e1961b0-d5b1-49ab-b066-e46d4d82839f/?format=api"
        },
        {
            "id": "a9aa5d73-5516-444e-a6e0-3e919b0df0c0",
            "gambit_id": "cea0485b-587c-47fd-9d9b-e680b87817ef",
            "last_updated": "2023-04-22T13:07:17.514698-04:00",
            "created_at": "2023-04-21T12:52:12.803923-04:00",
            "name": "COL (N Davis)",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e1961b0-d5b1-49ab-b066-e46d4d82839f/?format=api"
        }
    ]
}