GET /api/bet_types/dfd3debd-f412-434b-a481-28ad481c8d01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfd3debd-f412-434b-a481-28ad481c8d01",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ecfa2b-82ba-4e51-9e0b-8ddf8927f82e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-14T09:53:16.196085-05: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": "Miami Heat",
                "amount": 7559.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2441.0
            }
        ],
        "expected_reward_tokens": 9446.67,
        "profit_sb": -53.33,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "895c6ee2-d0dc-42af-9474-d1f5748446e3",
            "gambit_id": "0c66eb9c-55c3-4220-a0c1-4ecd23d5f18c",
            "last_updated": "2024-01-16T22:58:17.556756-05:00",
            "created_at": "2024-01-14T09:53:16.218899-05:00",
            "name": "Miami Heat",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfd3debd-f412-434b-a481-28ad481c8d01/?format=api"
        },
        {
            "id": "58101a3e-26c5-47cc-a700-f7a3ad9d5434",
            "gambit_id": "79e16061-9062-4a10-9588-76fe30a136cd",
            "last_updated": "2024-01-16T22:58:17.553529-05:00",
            "created_at": "2024-01-14T09:53:16.202652-05:00",
            "name": "Charlotte Hornets",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfd3debd-f412-434b-a481-28ad481c8d01/?format=api"
        }
    ]
}