GET /api/bet_types/78e7d4d4-c0fb-4d38-a7c6-fab8ede85a39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78e7d4d4-c0fb-4d38-a7c6-fab8ede85a39",
    "match": "https://api-prod.gambitprofit.com/api/matches/222eeb54-f982-44bd-9746-e01ad173a77d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:18.957689-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": "Detroit Red Wings",
                "amount": 5107.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dd5b1a2-27f0-44d1-b762-cf41f2691180",
            "gambit_id": "dc14101c-2e6d-4a3d-a427-0520b3fca6c1",
            "last_updated": "2024-02-01T10:53:00.981959-05:00",
            "created_at": "2024-01-31T09:58:18.970578-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78e7d4d4-c0fb-4d38-a7c6-fab8ede85a39/?format=api"
        },
        {
            "id": "7de88c73-0b18-426e-a7af-efe3e6f9bc26",
            "gambit_id": "f744c719-9679-4bc4-8b40-703525be510e",
            "last_updated": "2024-02-01T10:53:00.977826-05:00",
            "created_at": "2024-01-31T09:58:18.965439-05:00",
            "name": "Ottawa Senators",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78e7d4d4-c0fb-4d38-a7c6-fab8ede85a39/?format=api"
        }
    ]
}