GET /api/bet_types/ba922d3b-9bc0-4f63-b048-d9139b117950/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba922d3b-9bc0-4f63-b048-d9139b117950",
    "match": "https://api-prod.gambitprofit.com/api/matches/5583785a-5050-4c87-b89b-9678eb5c2d39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-15T08:23:08.343505-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": "MIN (S Gray)",
                "amount": 6442.0
            },
            {
                "team": "DET (M Boyd)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f708b34-1bd5-4c8e-b38c-4991d93a43a8",
            "gambit_id": "0d1491e7-98f1-4a5f-bd0e-a10c42296953",
            "last_updated": "2023-06-16T10:03:12.026149-04:00",
            "created_at": "2023-06-15T08:23:08.349772-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba922d3b-9bc0-4f63-b048-d9139b117950/?format=api"
        },
        {
            "id": "a4824833-00fc-4d80-be36-06b100f2ec7a",
            "gambit_id": "994cf762-dbbc-41eb-8a52-7c813a8ca09c",
            "last_updated": "2023-06-16T10:03:12.024088-04:00",
            "created_at": "2023-06-15T08:23:08.346566-04:00",
            "name": "DET (M Boyd)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba922d3b-9bc0-4f63-b048-d9139b117950/?format=api"
        }
    ]
}