GET /api/bet_types/3275385a-dc44-4766-a818-7bd25ac2cda1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3275385a-dc44-4766-a818-7bd25ac2cda1",
    "match": "https://api-prod.gambitprofit.com/api/matches/37880f65-ae80-4536-ae46-6fdeb4bbf721/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:12.277316-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": "Los Angeles Kings",
                "amount": 6154.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0aab76c-8f8a-4ea0-a675-1af4299ee5b8",
            "gambit_id": "eb4f6eee-0ce4-4648-96bb-83305851e09f",
            "last_updated": "2024-01-16T15:13:02.064034-05:00",
            "created_at": "2024-01-13T09:38:12.281085-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3275385a-dc44-4766-a818-7bd25ac2cda1/?format=api"
        },
        {
            "id": "513e2bd7-b488-47f8-aaec-838d1212486f",
            "gambit_id": "25b29155-5509-4023-8649-9ebb9d08744a",
            "last_updated": "2024-01-16T15:13:02.068450-05:00",
            "created_at": "2024-01-13T09:38:12.285082-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3275385a-dc44-4766-a818-7bd25ac2cda1/?format=api"
        }
    ]
}