GET /api/bet_types/ea59dfd9-1687-408f-a8f6-f9de72b24026/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea59dfd9-1687-408f-a8f6-f9de72b24026",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c9b4537-cc5c-482e-8929-77033dc4172d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T11:33:25.709145-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": "TAM (T Glasnow)",
                "amount": 5000.0
            },
            {
                "team": "ATL (C Morton)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "ccf4f939-86d7-4563-a715-216b6f80248d",
            "gambit_id": "94d91c7f-ba45-43c5-b671-0330ae3ecbc9",
            "last_updated": "2023-07-09T20:33:30.710046-04:00",
            "created_at": "2023-07-07T11:33:25.713098-04:00",
            "name": "TAM (T Glasnow)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea59dfd9-1687-408f-a8f6-f9de72b24026/?format=api"
        },
        {
            "id": "dbdeabc5-44b3-4448-9f0f-c851d0a23c59",
            "gambit_id": "174d522c-7fec-4e4e-91b3-8ad8a719379d",
            "last_updated": "2023-07-09T20:33:30.707866-04:00",
            "created_at": "2023-07-07T11:33:25.711066-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea59dfd9-1687-408f-a8f6-f9de72b24026/?format=api"
        }
    ]
}