GET /api/bet_types/4627b54f-b4c7-4faa-abac-ae5cc4f345a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4627b54f-b4c7-4faa-abac-ae5cc4f345a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/88d5e4a4-292c-4223-8f7e-b6d86a5f4c45/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-05T08:42:57.924877-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": "CIN (G Ashcraft)",
                "amount": 5091.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 9571.08,
        "profit_sb": 71.08,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "a98891a0-cf4a-4504-a641-fb6383baa2b0",
            "gambit_id": "14ec57a1-7bcd-45de-806f-830aaba21789",
            "last_updated": "2023-07-06T12:28:23.540519-04:00",
            "created_at": "2023-07-05T08:42:57.927371-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "1.88000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4627b54f-b4c7-4faa-abac-ae5cc4f345a1/?format=api"
        },
        {
            "id": "50b50b9f-d834-4f98-a5d8-b52eddd7dda7",
            "gambit_id": "8056bf66-da95-4911-adf9-5e99e45c0e7e",
            "last_updated": "2023-07-06T12:28:23.543004-04:00",
            "created_at": "2023-07-05T08:42:57.929796-04:00",
            "name": "WAS (J Gray)",
            "reward": "1.95000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4627b54f-b4c7-4faa-abac-ae5cc4f345a1/?format=api"
        }
    ]
}