GET /api/bet_types/2299889e-d5fa-409d-af7b-fd5110a18d72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2299889e-d5fa-409d-af7b-fd5110a18d72",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ed70b30-f7eb-4fec-850e-6e12ec77d2ca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:48:15.472901-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": "Chicago Bulls",
                "amount": 5688.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "0504f388-374f-45af-95d4-420e62032f8b",
            "gambit_id": "26552b80-a82e-4bd3-98c1-7a148da8fc11",
            "last_updated": "2024-01-15T10:08:20.852480-05:00",
            "created_at": "2024-01-12T09:48:15.481040-05:00",
            "name": "Chicago Bulls",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2299889e-d5fa-409d-af7b-fd5110a18d72/?format=api"
        },
        {
            "id": "bc158184-d5ba-4c04-bdae-5a00f89a2cab",
            "gambit_id": "afbe58bd-f196-410d-a3ae-45f76e13f90c",
            "last_updated": "2024-01-15T10:08:20.813411-05:00",
            "created_at": "2024-01-12T09:48:15.476684-05:00",
            "name": "Golden State Warriors",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2299889e-d5fa-409d-af7b-fd5110a18d72/?format=api"
        }
    ]
}