GET /api/bet_types/2bb48f04-02e5-4a68-9a6e-5e4562ac4ae1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bb48f04-02e5-4a68-9a6e-5e4562ac4ae1",
    "match": "https://api-prod.gambitprofit.com/api/matches/33c56e72-66b4-4dc0-950a-451c0c880a92/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-24T09:13:12.060306-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": "Toronto Maple Leafs",
                "amount": 5688.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "de711e03-bf30-4132-99c9-2e44c7af74b2",
            "gambit_id": "8859c19f-28f6-4ef1-8b09-e43710243697",
            "last_updated": "2024-01-26T13:18:10.880857-05:00",
            "created_at": "2024-01-24T09:13:12.074110-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb48f04-02e5-4a68-9a6e-5e4562ac4ae1/?format=api"
        },
        {
            "id": "a6f8c3a1-b643-4b70-add2-3722bf637c00",
            "gambit_id": "c0f1f866-d97e-4682-a49c-320756d1a510",
            "last_updated": "2024-01-26T13:18:10.876369-05:00",
            "created_at": "2024-01-24T09:13:12.068951-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb48f04-02e5-4a68-9a6e-5e4562ac4ae1/?format=api"
        }
    ]
}